Shades of Spring Green #2DF870
Tints of Spring Green #2DF870
RGB
CMYK
RGB Variations
Color information
#2DF870 (or 0x2DF870) is known color: Spring Green. HEX triplet: 2D, F8 and 70. RGB value is (45,248,112). Sum of RGB (Red+Green+Blue) = 45+248+112=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 248 (97.27% from 255 or 61.23% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF870 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF870 is #D2078F. Grayscale: #ACACAC. Windows color (decimal): -13764496 or 7403565. OLE color: 7403565.
HSL color Cylindrical-coordinate representation of color #2DF870: hue angle of 139.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF870 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 112 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.03 |
| HSL | 139.8º | 0.94% | 0.57% | - |
| HSV(B) | 139.8º | 0.82% | 0.97% | - |
| XYZ | 37.57 | 68.86 | 26.64 | - |
| YUV | 171.8 | 94.25 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 112 | 0.82 | 0 | 0.55 | 0.03 | 139.8 | 0.94 | 0.57 |
| Hex | 2D | F8 | 70 | 52 | 0 | 37 | 3 | 8C | 5E | 39 |
| Octal | 55 | 370 | 160 | 122 | 0 | 67 | 3 | 214 | 136 | 71 |
| Binary | 101101 | 11111000 | 1110000 | 1010010 | 0 | 110111 | 11 | 10001100 | 1011110 | 111001 |
Color Harmonies of #2DF870
Complementary color
Monochromatic Colors of #2DF870
Black with #2DF870
Text Example
Text Example
White with #2DF870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF870; }
p { color: rgb(45,248,112); }
H1.HeaderClassName
{
color: #2DF870;
}
.AnyTagClassName
{
color: #2DF870;
}
</style>
background-color css
<style>
a { background-color: #2DF870; }
a { background-color: rgb(45,248,112); }
div.DivClassName
{
background-color: #2DF870;
}
.BgClassName
{
background-color: #2DF870;
}
</style>
border-color css
<style>
span { border-color: #2DF870; }
span { border-color: rgb(45,248,112); }
td.TdClassName
{
border-color: #2DF870;
}
.TagClassName
{
border-color: #2DF870;
}
</style>