Shades of Spring Green #2DF47A
Tints of Spring Green #2DF47A
RGB
CMYK
RGB Variations
Color information
#2DF47A (or 0x2DF47A) is known color: Spring Green. HEX triplet: 2D, F4 and 7A. RGB value is (45,244,122). Sum of RGB (Red+Green+Blue) = 45+244+122=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 244 (95.70% from 255 or 59.37% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF47A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF47A is #D20B85. Grayscale: #AAAAAA. Windows color (decimal): -13765510 or 8057901. OLE color: 8057901.
HSL color Cylindrical-coordinate representation of color #2DF47A: hue angle of 143.22º degrees, saturation: 0.9, 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 #2DF47A is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 244 | 122 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.04 |
| HSL | 143.22º | 0.9% | 0.57% | - |
| HSV(B) | 143.22º | 0.82% | 0.96% | - |
| XYZ | 36.95 | 66.66 | 29.33 | - |
| YUV | 170.59 | 100.57 | 38.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 244 | 122 | 0.82 | 0 | 0.5 | 0.04 | 143.22 | 0.9 | 0.57 |
| Hex | 2D | F4 | 7A | 52 | 0 | 32 | 4 | 8F | 5A | 39 |
| Octal | 55 | 364 | 172 | 122 | 0 | 62 | 4 | 217 | 132 | 71 |
| Binary | 101101 | 11110100 | 1111010 | 1010010 | 0 | 110010 | 100 | 10001111 | 1011010 | 111001 |
Color Harmonies of #2DF47A
Complementary color
Monochromatic Colors of #2DF47A
Black with #2DF47A
Text Example
Text Example
White with #2DF47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF47A; }
p { color: rgb(45,244,122); }
H1.HeaderClassName
{
color: #2DF47A;
}
.AnyTagClassName
{
color: #2DF47A;
}
</style>
background-color css
<style>
a { background-color: #2DF47A; }
a { background-color: rgb(45,244,122); }
div.DivClassName
{
background-color: #2DF47A;
}
.BgClassName
{
background-color: #2DF47A;
}
</style>
border-color css
<style>
span { border-color: #2DF47A; }
span { border-color: rgb(45,244,122); }
td.TdClassName
{
border-color: #2DF47A;
}
.TagClassName
{
border-color: #2DF47A;
}
</style>