Shades of Spring Green #2DFA76
Tints of Spring Green #2DFA76
RGB
CMYK
RGB Variations
Color information
#2DFA76 (or 0x2DFA76) is known color: Spring Green. HEX triplet: 2D, FA and 76. RGB value is (45,250,118). Sum of RGB (Red+Green+Blue) = 45+250+118=413 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.90% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA76 is #D20589. Grayscale: #ADADAD. Windows color (decimal): -13763978 or 7797293. OLE color: 7797293.
HSL color Cylindrical-coordinate representation of color #2DFA76: hue angle of 141.37º degrees, saturation: 0.95, 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 #2DFA76 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 118 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.02 |
| HSL | 141.37º | 0.95% | 0.58% | - |
| HSV(B) | 141.37º | 0.82% | 0.98% | - |
| XYZ | 38.54 | 70.24 | 28.67 | - |
| YUV | 173.66 | 96.58 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 118 | 0.82 | 0 | 0.53 | 0.02 | 141.37 | 0.95 | 0.58 |
| Hex | 2D | FA | 76 | 52 | 0 | 35 | 2 | 8D | 5F | 3A |
| Octal | 55 | 372 | 166 | 122 | 0 | 65 | 2 | 215 | 137 | 72 |
| Binary | 101101 | 11111010 | 1110110 | 1010010 | 0 | 110101 | 10 | 10001101 | 1011111 | 111010 |
Color Harmonies of #2DFA76
Complementary color
Monochromatic Colors of #2DFA76
Black with #2DFA76
Text Example
Text Example
White with #2DFA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA76; }
p { color: rgb(45,250,118); }
H1.HeaderClassName
{
color: #2DFA76;
}
.AnyTagClassName
{
color: #2DFA76;
}
</style>
background-color css
<style>
a { background-color: #2DFA76; }
a { background-color: rgb(45,250,118); }
div.DivClassName
{
background-color: #2DFA76;
}
.BgClassName
{
background-color: #2DFA76;
}
</style>
border-color css
<style>
span { border-color: #2DFA76; }
span { border-color: rgb(45,250,118); }
td.TdClassName
{
border-color: #2DFA76;
}
.TagClassName
{
border-color: #2DFA76;
}
</style>