Shades of Spring Green #2DFC76
Tints of Spring Green #2DFC76
RGB
CMYK
RGB Variations
Color information
#2DFC76 (or 0x2DFC76) is known color: Spring Green. HEX triplet: 2D, FC and 76. RGB value is (45,252,118). Sum of RGB (Red+Green+Blue) = 45+252+118=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #2DFC76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFC76 is #D20389. Grayscale: #AFAFAF. Windows color (decimal): -13763466 or 7797805. OLE color: 7797805.
HSL color Cylindrical-coordinate representation of color #2DFC76: hue angle of 141.16º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFC76 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 252 | 118 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.01 |
| HSL | 141.16º | 0.97% | 0.58% | - |
| HSV(B) | 141.16º | 0.82% | 0.99% | - |
| XYZ | 39.16 | 71.49 | 28.87 | - |
| YUV | 174.83 | 95.92 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 252 | 118 | 0.82 | 0 | 0.53 | 0.01 | 141.16 | 0.97 | 0.58 |
| Hex | 2D | FC | 76 | 52 | 0 | 35 | 1 | 8D | 61 | 3A |
| Octal | 55 | 374 | 166 | 122 | 0 | 65 | 1 | 215 | 141 | 72 |
| Binary | 101101 | 11111100 | 1110110 | 1010010 | 0 | 110101 | 1 | 10001101 | 1100001 | 111010 |
Color Harmonies of #2DFC76
Complementary color
Monochromatic Colors of #2DFC76
Black with #2DFC76
Text Example
Text Example
White with #2DFC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFC76; }
p { color: rgb(45,252,118); }
H1.HeaderClassName
{
color: #2DFC76;
}
.AnyTagClassName
{
color: #2DFC76;
}
</style>
background-color css
<style>
a { background-color: #2DFC76; }
a { background-color: rgb(45,252,118); }
div.DivClassName
{
background-color: #2DFC76;
}
.BgClassName
{
background-color: #2DFC76;
}
</style>
border-color css
<style>
span { border-color: #2DFC76; }
span { border-color: rgb(45,252,118); }
td.TdClassName
{
border-color: #2DFC76;
}
.TagClassName
{
border-color: #2DFC76;
}
</style>