Color spaces of #2dfe7c
RGB | 45 | 254 | 124 |
---|---|---|---|
HSL | 0.40 | 0.99 | 0.59 |
HSV | 143° | 82° | 100° |
CMYK | 0.82 | 0.00 | 0.51 0.00 |
XYZ | 40.1621 | 72.8967 | 31.0225 |
Yxy | 72.8967 | 0.2787 | 0.5059 |
Hunter Lab | 85.3796 | -65.4488 | 38.2228 |
CIE-Lab | 88.3984 | -74.7933 | 48.3933 |
#2dfe7c color RGB value is (45,254,124).
#2dfe7c hex color red value is 45, green value is 254 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #2dfe7c hue: 0.40 , saturation: 0.99 and the lightness value of 2dfe7c is 0.59.
The process color (four color CMYK) of #2dfe7c color hex is 0.82, 0.00, 0.51, 0.00. Web safe color of #2dfe7c is #33ff66. Color #2dfe7c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101101 | 11111110 | 01111100 |
Octal | 55 | 376 | 174 |
Decimal | 45 | 254 | 124 |
Hex | 2D | FE | 7C |
Shades of #2dfe7c
Tints of #2dfe7c
RGB Percentages of Color #2dfe7c
CMYK Percentages of Color #2dfe7c
Complementary Color
#2dfe7c | #fe2daf |
#2dfe7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2dfe7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#2dfe7c Color CSS Codes
.mybgcolor {background-color:#2dfe7c; } .myforecolor {color:#2dfe7c; } .mybordercolor {border:3px solid #2dfe7c; }
#2dfe7c Text Font Color
<p style="color:#2dfe7c">Text here</p>
This sample text font color is #2dfe7c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#2dfe7c Background Color
<div style="background-color:#2dfe7c">
Div content here</div>
This div background color is #2dfe7c
#2dfe7c Border Color
<div style="border:3px solid #2dfe7c">
Div here</div>
This div border color is #2dfe7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(45,254,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2dfe7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2dfe7c; -webkit-box-shadow: 1px 1px 3px 2px #2dfe7c; box-shadow: 1px 1px 3px 2px #2dfe7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(45,254,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2dfe7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2dfe7c; -webkit-box-shadow: 1px 1px 3px 2px #2dfe7c; box-shadow: 1px 1px 3px 2px #2dfe7c;">
Div content here</div>
This div box has shadow with color #2dfe7c
Comments
No comments written yet.
Please login to write comment.