Shades of Spring Green #2DFA81
Tints of Spring Green #2DFA81
RGB
CMYK
RGB Variations
Color information
#2DFA81 (or 0x2DFA81) is known color: Spring Green. HEX triplet: 2D, FA and 81. RGB value is (45,250,129). Sum of RGB (Red+Green+Blue) = 45+250+129=424 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.61% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFA81 is #D2057E. Grayscale: #AFAFAF. Windows color (decimal): -13763967 or 8518189. OLE color: 8518189.
HSL color Cylindrical-coordinate representation of color #2DFA81: hue angle of 144.59º 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 #2DFA81 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 129 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.02 |
| HSL | 144.59º | 0.95% | 0.58% | - |
| HSV(B) | 144.59º | 0.82% | 0.98% | - |
| XYZ | 39.23 | 70.51 | 32.31 | - |
| YUV | 174.91 | 102.08 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 129 | 0.82 | 0 | 0.48 | 0.02 | 144.59 | 0.95 | 0.58 |
| Hex | 2D | FA | 81 | 52 | 0 | 30 | 2 | 91 | 5F | 3A |
| Octal | 55 | 372 | 201 | 122 | 0 | 60 | 2 | 221 | 137 | 72 |
| Binary | 101101 | 11111010 | 10000001 | 1010010 | 0 | 110000 | 10 | 10010001 | 1011111 | 111010 |
Color Harmonies of #2DFA81
Complementary color
Monochromatic Colors of #2DFA81
Black with #2DFA81
Text Example
Text Example
White with #2DFA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA81; }
p { color: rgb(45,250,129); }
H1.HeaderClassName
{
color: #2DFA81;
}
.AnyTagClassName
{
color: #2DFA81;
}
</style>
background-color css
<style>
a { background-color: #2DFA81; }
a { background-color: rgb(45,250,129); }
div.DivClassName
{
background-color: #2DFA81;
}
.BgClassName
{
background-color: #2DFA81;
}
</style>
border-color css
<style>
span { border-color: #2DFA81; }
span { border-color: rgb(45,250,129); }
td.TdClassName
{
border-color: #2DFA81;
}
.TagClassName
{
border-color: #2DFA81;
}
</style>