Shades of Spring Green #2DF676
Tints of Spring Green #2DF676
RGB
CMYK
RGB Variations
Color information
#2DF676 (or 0x2DF676) is known color: Spring Green. HEX triplet: 2D, F6 and 76. RGB value is (45,246,118). Sum of RGB (Red+Green+Blue) = 45+246+118=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 246 (96.48% from 255 or 60.15% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF676 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF676 is #D20989. Grayscale: #ABABAB. Windows color (decimal): -13765002 or 7796269. OLE color: 7796269.
HSL color Cylindrical-coordinate representation of color #2DF676: hue angle of 141.79º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF676 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 118 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.04 |
| HSL | 141.79º | 0.92% | 0.57% | - |
| HSV(B) | 141.79º | 0.82% | 0.96% | - |
| XYZ | 37.31 | 67.78 | 28.26 | - |
| YUV | 171.31 | 97.91 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 118 | 0.82 | 0 | 0.52 | 0.04 | 141.79 | 0.92 | 0.57 |
| Hex | 2D | F6 | 76 | 52 | 0 | 34 | 4 | 8E | 5C | 39 |
| Octal | 55 | 366 | 166 | 122 | 0 | 64 | 4 | 216 | 134 | 71 |
| Binary | 101101 | 11110110 | 1110110 | 1010010 | 0 | 110100 | 100 | 10001110 | 1011100 | 111001 |
Color Harmonies of #2DF676
Complementary color
Monochromatic Colors of #2DF676
Black with #2DF676
Text Example
Text Example
White with #2DF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF676; }
p { color: rgb(45,246,118); }
H1.HeaderClassName
{
color: #2DF676;
}
.AnyTagClassName
{
color: #2DF676;
}
</style>
background-color css
<style>
a { background-color: #2DF676; }
a { background-color: rgb(45,246,118); }
div.DivClassName
{
background-color: #2DF676;
}
.BgClassName
{
background-color: #2DF676;
}
</style>
border-color css
<style>
span { border-color: #2DF676; }
span { border-color: rgb(45,246,118); }
td.TdClassName
{
border-color: #2DF676;
}
.TagClassName
{
border-color: #2DF676;
}
</style>