Shades of Spring Green #2DFA8A
Tints of Spring Green #2DFA8A
RGB
CMYK
RGB Variations
Color information
#2DFA8A (or 0x2DFA8A) is known color: Spring Green. HEX triplet: 2D, FA and 8A. RGB value is (45,250,138). Sum of RGB (Red+Green+Blue) = 45+250+138=433 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.39% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DFA8A is #D20575. Grayscale: #B0B0B0. Windows color (decimal): -13763958 or 9108013. OLE color: 9108013.
HSL color Cylindrical-coordinate representation of color #2DFA8A: hue angle of 147.22º 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 #2DFA8A is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 138 | - |
| CMYK | 0.82 | 0 | 0.45 | 0.02 |
| HSL | 147.22º | 0.95% | 0.58% | - |
| HSV(B) | 147.22º | 0.82% | 0.98% | - |
| XYZ | 39.86 | 70.76 | 35.6 | - |
| YUV | 175.94 | 106.58 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 138 | 0.82 | 0 | 0.45 | 0.02 | 147.22 | 0.95 | 0.58 |
| Hex | 2D | FA | 8A | 52 | 0 | 2D | 2 | 93 | 5F | 3A |
| Octal | 55 | 372 | 212 | 122 | 0 | 55 | 2 | 223 | 137 | 72 |
| Binary | 101101 | 11111010 | 10001010 | 1010010 | 0 | 101101 | 10 | 10010011 | 1011111 | 111010 |
Color Harmonies of #2DFA8A
Complementary color
Monochromatic Colors of #2DFA8A
Black with #2DFA8A
Text Example
Text Example
White with #2DFA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA8A; }
p { color: rgb(45,250,138); }
H1.HeaderClassName
{
color: #2DFA8A;
}
.AnyTagClassName
{
color: #2DFA8A;
}
</style>
background-color css
<style>
a { background-color: #2DFA8A; }
a { background-color: rgb(45,250,138); }
div.DivClassName
{
background-color: #2DFA8A;
}
.BgClassName
{
background-color: #2DFA8A;
}
</style>
border-color css
<style>
span { border-color: #2DFA8A; }
span { border-color: rgb(45,250,138); }
td.TdClassName
{
border-color: #2DFA8A;
}
.TagClassName
{
border-color: #2DFA8A;
}
</style>