Shades of Spring Green #2DF76D
Tints of Spring Green #2DF76D
RGB
CMYK
RGB Variations
Color information
#2DF76D (or 0x2DF76D) is known color: Spring Green. HEX triplet: 2D, F7 and 6D. RGB value is (45,247,109). Sum of RGB (Red+Green+Blue) = 45+247+109=401 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.22% from 401); Green value is 247 (96.88% from 255 or 61.60% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF76D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF76D is #D20892. Grayscale: #ABABAB. Windows color (decimal): -13764755 or 7206701. OLE color: 7206701.
HSL color Cylindrical-coordinate representation of color #2DF76D: hue angle of 139.01º degrees, saturation: 0.93, 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 #2DF76D is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 109 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.03 |
| HSL | 139.01º | 0.93% | 0.57% | - |
| HSV(B) | 139.01º | 0.82% | 0.97% | - |
| XYZ | 37.1 | 68.18 | 25.67 | - |
| YUV | 170.87 | 93.08 | 38.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 109 | 0.82 | 0 | 0.56 | 0.03 | 139.01 | 0.93 | 0.57 |
| Hex | 2D | F7 | 6D | 52 | 0 | 38 | 3 | 8B | 5D | 39 |
| Octal | 55 | 367 | 155 | 122 | 0 | 70 | 3 | 213 | 135 | 71 |
| Binary | 101101 | 11110111 | 1101101 | 1010010 | 0 | 111000 | 11 | 10001011 | 1011101 | 111001 |
Color Harmonies of #2DF76D
Complementary color
Monochromatic Colors of #2DF76D
Black with #2DF76D
Text Example
Text Example
White with #2DF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF76D; }
p { color: rgb(45,247,109); }
H1.HeaderClassName
{
color: #2DF76D;
}
.AnyTagClassName
{
color: #2DF76D;
}
</style>
background-color css
<style>
a { background-color: #2DF76D; }
a { background-color: rgb(45,247,109); }
div.DivClassName
{
background-color: #2DF76D;
}
.BgClassName
{
background-color: #2DF76D;
}
</style>
border-color css
<style>
span { border-color: #2DF76D; }
span { border-color: rgb(45,247,109); }
td.TdClassName
{
border-color: #2DF76D;
}
.TagClassName
{
border-color: #2DF76D;
}
</style>