Shades of Spring Green #2DED76
Tints of Spring Green #2DED76
RGB
CMYK
RGB Variations
Color information
#2DED76 (or 0x2DED76) is known color: Spring Green. HEX triplet: 2D, ED and 76. RGB value is (45,237,118). Sum of RGB (Red+Green+Blue) = 45+237+118=400 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.25% from 400); Green value is 237 (92.97% from 255 or 59.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 237 - color contains mainly: green. Hex color #2DED76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DED76 is #D21289. Grayscale: #A6A6A6. Windows color (decimal): -13767306 or 7793965. OLE color: 7793965.
HSL color Cylindrical-coordinate representation of color #2DED76: hue angle of 142.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DED76 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 118 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.07 |
| HSL | 142.81º | 0.84% | 0.55% | - |
| HSV(B) | 142.81º | 0.81% | 0.93% | - |
| XYZ | 34.64 | 62.43 | 27.37 | - |
| YUV | 166.03 | 100.89 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 118 | 0.81 | 0 | 0.50 | 0.07 | 142.81 | 0.84 | 0.55 |
| Hex | 2D | ED | 76 | 51 | 0 | 32 | 7 | 8F | 54 | 37 |
| Octal | 55 | 355 | 166 | 121 | 0 | 62 | 7 | 217 | 124 | 67 |
| Binary | 101101 | 11101101 | 1110110 | 1010001 | 0 | 110010 | 111 | 10001111 | 1010100 | 110111 |
Color Harmonies of #2DED76
Complementary color
Monochromatic Colors of #2DED76
Black with #2DED76
Text Example
Text Example
White with #2DED76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DED76; }
p { color: rgb(45,237,118); }
H1.HeaderClassName
{
color: #2DED76;
}
.AnyTagClassName
{
color: #2DED76;
}
</style>
background-color css
<style>
a { background-color: #2DED76; }
a { background-color: rgb(45,237,118); }
div.DivClassName
{
background-color: #2DED76;
}
.BgClassName
{
background-color: #2DED76;
}
</style>
border-color css
<style>
span { border-color: #2DED76; }
span { border-color: rgb(45,237,118); }
td.TdClassName
{
border-color: #2DED76;
}
.TagClassName
{
border-color: #2DED76;
}
</style>