Shades of Spring Green #2DF874
Tints of Spring Green #2DF874
RGB
CMYK
RGB Variations
Color information
#2DF874 (or 0x2DF874) is known color: Spring Green. HEX triplet: 2D, F8 and 74. RGB value is (45,248,116). Sum of RGB (Red+Green+Blue) = 45+248+116=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 248 (97.27% from 255 or 60.64% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 248 - color contains mainly: green. Hex color #2DF874 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF874 is #D2078B. Grayscale: #ACACAC. Windows color (decimal): -13764492 or 7665709. OLE color: 7665709.
HSL color Cylindrical-coordinate representation of color #2DF874: hue angle of 140.99º 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 #2DF874 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 248 | 116 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.03 |
| HSL | 140.99º | 0.94% | 0.57% | - |
| HSV(B) | 140.99º | 0.82% | 0.97% | - |
| XYZ | 37.8 | 68.95 | 27.84 | - |
| YUV | 172.26 | 96.25 | 37.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 248 | 116 | 0.82 | 0 | 0.53 | 0.03 | 140.99 | 0.94 | 0.57 |
| Hex | 2D | F8 | 74 | 52 | 0 | 35 | 3 | 8D | 5E | 39 |
| Octal | 55 | 370 | 164 | 122 | 0 | 65 | 3 | 215 | 136 | 71 |
| Binary | 101101 | 11111000 | 1110100 | 1010010 | 0 | 110101 | 11 | 10001101 | 1011110 | 111001 |
Color Harmonies of #2DF874
Complementary color
Monochromatic Colors of #2DF874
Black with #2DF874
Text Example
Text Example
White with #2DF874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF874; }
p { color: rgb(45,248,116); }
H1.HeaderClassName
{
color: #2DF874;
}
.AnyTagClassName
{
color: #2DF874;
}
</style>
background-color css
<style>
a { background-color: #2DF874; }
a { background-color: rgb(45,248,116); }
div.DivClassName
{
background-color: #2DF874;
}
.BgClassName
{
background-color: #2DF874;
}
</style>
border-color css
<style>
span { border-color: #2DF874; }
span { border-color: rgb(45,248,116); }
td.TdClassName
{
border-color: #2DF874;
}
.TagClassName
{
border-color: #2DF874;
}
</style>