Shades of Spring Green #2DFB78
Tints of Spring Green #2DFB78
RGB
CMYK
RGB Variations
Color information
#2DFB78 (or 0x2DFB78) is known color: Spring Green. HEX triplet: 2D, FB and 78. RGB value is (45,251,120). Sum of RGB (Red+Green+Blue) = 45+251+120=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB78 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFB78 is #D20487. Grayscale: #AEAEAE. Windows color (decimal): -13763720 or 7928621. OLE color: 7928621.
HSL color Cylindrical-coordinate representation of color #2DFB78: hue angle of 141.84º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFB78 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 120 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.02 |
| HSL | 141.84º | 0.96% | 0.58% | - |
| HSV(B) | 141.84º | 0.82% | 0.98% | - |
| XYZ | 38.97 | 70.91 | 29.4 | - |
| YUV | 174.47 | 97.25 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 120 | 0.82 | 0 | 0.52 | 0.02 | 141.84 | 0.96 | 0.58 |
| Hex | 2D | FB | 78 | 52 | 0 | 34 | 2 | 8E | 60 | 3A |
| Octal | 55 | 373 | 170 | 122 | 0 | 64 | 2 | 216 | 140 | 72 |
| Binary | 101101 | 11111011 | 1111000 | 1010010 | 0 | 110100 | 10 | 10001110 | 1100000 | 111010 |
Color Harmonies of #2DFB78
Complementary color
Monochromatic Colors of #2DFB78
Black with #2DFB78
Text Example
Text Example
White with #2DFB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB78; }
p { color: rgb(45,251,120); }
H1.HeaderClassName
{
color: #2DFB78;
}
.AnyTagClassName
{
color: #2DFB78;
}
</style>
background-color css
<style>
a { background-color: #2DFB78; }
a { background-color: rgb(45,251,120); }
div.DivClassName
{
background-color: #2DFB78;
}
.BgClassName
{
background-color: #2DFB78;
}
</style>
border-color css
<style>
span { border-color: #2DFB78; }
span { border-color: rgb(45,251,120); }
td.TdClassName
{
border-color: #2DFB78;
}
.TagClassName
{
border-color: #2DFB78;
}
</style>