Shades of Spring Green #2DFA7C
Tints of Spring Green #2DFA7C
RGB
CMYK
RGB Variations
Color information
#2DFA7C (or 0x2DFA7C) is known color: Spring Green. HEX triplet: 2D, FA and 7C. RGB value is (45,250,124). Sum of RGB (Red+Green+Blue) = 45+250+124=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 250 (98.05% from 255 or 59.67% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA7C is #D20583. Grayscale: #AEAEAE. Windows color (decimal): -13763972 or 8190509. OLE color: 8190509.
HSL color Cylindrical-coordinate representation of color #2DFA7C: hue angle of 143.12º 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 #2DFA7C is Cyan = 0.82, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 124 | - |
| CMYK | 0.82 | 0 | 0.50 | 0.02 |
| HSL | 143.12º | 0.95% | 0.58% | - |
| HSV(B) | 143.12º | 0.82% | 0.98% | - |
| XYZ | 38.91 | 70.38 | 30.6 | - |
| YUV | 174.34 | 99.58 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 124 | 0.82 | 0 | 0.50 | 0.02 | 143.12 | 0.95 | 0.58 |
| Hex | 2D | FA | 7C | 52 | 0 | 32 | 2 | 8F | 5F | 3A |
| Octal | 55 | 372 | 174 | 122 | 0 | 62 | 2 | 217 | 137 | 72 |
| Binary | 101101 | 11111010 | 1111100 | 1010010 | 0 | 110010 | 10 | 10001111 | 1011111 | 111010 |
Color Harmonies of #2DFA7C
Complementary color
Monochromatic Colors of #2DFA7C
Black with #2DFA7C
Text Example
Text Example
White with #2DFA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA7C; }
p { color: rgb(45,250,124); }
H1.HeaderClassName
{
color: #2DFA7C;
}
.AnyTagClassName
{
color: #2DFA7C;
}
</style>
background-color css
<style>
a { background-color: #2DFA7C; }
a { background-color: rgb(45,250,124); }
div.DivClassName
{
background-color: #2DFA7C;
}
.BgClassName
{
background-color: #2DFA7C;
}
</style>
border-color css
<style>
span { border-color: #2DFA7C; }
span { border-color: rgb(45,250,124); }
td.TdClassName
{
border-color: #2DFA7C;
}
.TagClassName
{
border-color: #2DFA7C;
}
</style>