Shades of Spring Green #2DF076
Tints of Spring Green #2DF076
RGB
CMYK
RGB Variations
Color information
#2DF076 (or 0x2DF076) is known color: Spring Green. HEX triplet: 2D, F0 and 76. RGB value is (45,240,118). Sum of RGB (Red+Green+Blue) = 45+240+118=403 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.17% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #2DF076 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF076 is #D20F89. Grayscale: #A8A8A8. Windows color (decimal): -13766538 or 7794733. OLE color: 7794733.
HSL color Cylindrical-coordinate representation of color #2DF076: hue angle of 142.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF076 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 240 | 118 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.06 |
| HSL | 142.46º | 0.87% | 0.56% | - |
| HSV(B) | 142.46º | 0.81% | 0.94% | - |
| XYZ | 35.51 | 64.19 | 27.66 | - |
| YUV | 167.79 | 99.9 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 240 | 118 | 0.81 | 0 | 0.51 | 0.06 | 142.46 | 0.87 | 0.56 |
| Hex | 2D | F0 | 76 | 51 | 0 | 33 | 6 | 8E | 57 | 38 |
| Octal | 55 | 360 | 166 | 121 | 0 | 63 | 6 | 216 | 127 | 70 |
| Binary | 101101 | 11110000 | 1110110 | 1010001 | 0 | 110011 | 110 | 10001110 | 1010111 | 111000 |
Color Harmonies of #2DF076
Complementary color
Monochromatic Colors of #2DF076
Black with #2DF076
Text Example
Text Example
White with #2DF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF076; }
p { color: rgb(45,240,118); }
H1.HeaderClassName
{
color: #2DF076;
}
.AnyTagClassName
{
color: #2DF076;
}
</style>
background-color css
<style>
a { background-color: #2DF076; }
a { background-color: rgb(45,240,118); }
div.DivClassName
{
background-color: #2DF076;
}
.BgClassName
{
background-color: #2DF076;
}
</style>
border-color css
<style>
span { border-color: #2DF076; }
span { border-color: rgb(45,240,118); }
td.TdClassName
{
border-color: #2DF076;
}
.TagClassName
{
border-color: #2DF076;
}
</style>