Shades of Spring Green #2AE878
Tints of Spring Green #2AE878
RGB
CMYK
RGB Variations
Color information
#2AE878 (or 0x2AE878) is known color: Spring Green. HEX triplet: 2A, E8 and 78. RGB value is (42,232,120). Sum of RGB (Red+Green+Blue) = 42+232+120=394 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.66% from 394); Green value is 232 (91.02% from 255 or 58.88% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE878 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AE878 is #D51787. Grayscale: #A2A2A2. Windows color (decimal): -13965192 or 7923754. OLE color: 7923754.
HSL color Cylindrical-coordinate representation of color #2AE878: hue angle of 144.63º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE878 is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 42 | 232 | 120 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.09 |
| HSL | 144.63º | 0.81% | 0.54% | - |
| HSV(B) | 144.63º | 0.82% | 0.91% | - |
| XYZ | 33.2 | 59.56 | 27.52 | - |
| YUV | 162.42 | 104.05 | 42.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 232 | 120 | 0.82 | 0 | 0.48 | 0.09 | 144.63 | 0.81 | 0.54 |
| Hex | 2A | E8 | 78 | 52 | 0 | 30 | 9 | 91 | 51 | 36 |
| Octal | 52 | 350 | 170 | 122 | 0 | 60 | 11 | 221 | 121 | 66 |
| Binary | 101010 | 11101000 | 1111000 | 1010010 | 0 | 110000 | 1001 | 10010001 | 1010001 | 110110 |
Color Harmonies of #2AE878
Complementary color
Monochromatic Colors of #2AE878
Black with #2AE878
Text Example
Text Example
White with #2AE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE878; }
p { color: rgb(42,232,120); }
H1.HeaderClassName
{
color: #2AE878;
}
.AnyTagClassName
{
color: #2AE878;
}
</style>
background-color css
<style>
a { background-color: #2AE878; }
a { background-color: rgb(42,232,120); }
div.DivClassName
{
background-color: #2AE878;
}
.BgClassName
{
background-color: #2AE878;
}
</style>
border-color css
<style>
span { border-color: #2AE878; }
span { border-color: rgb(42,232,120); }
td.TdClassName
{
border-color: #2AE878;
}
.TagClassName
{
border-color: #2AE878;
}
</style>