Shades of Spring Green #2AEA77
Tints of Spring Green #2AEA77
RGB
CMYK
RGB Variations
Color information
#2AEA77 (or 0x2AEA77) is known color: Spring Green. HEX triplet: 2A, EA and 77. RGB value is (42,234,119). Sum of RGB (Red+Green+Blue) = 42+234+119=395 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.63% from 395); Green value is 234 (91.80% from 255 or 59.24% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEA77 is #D51588. Grayscale: #A3A3A3. Windows color (decimal): -13964681 or 7858730. OLE color: 7858730.
HSL color Cylindrical-coordinate representation of color #2AEA77: hue angle of 144.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEA77 is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 119 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.08 |
| HSL | 144.06º | 0.82% | 0.54% | - |
| HSV(B) | 144.06º | 0.82% | 0.92% | - |
| XYZ | 33.71 | 60.67 | 27.39 | - |
| YUV | 163.48 | 102.89 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 119 | 0.82 | 0 | 0.49 | 0.08 | 144.06 | 0.82 | 0.54 |
| Hex | 2A | EA | 77 | 52 | 0 | 31 | 8 | 90 | 52 | 36 |
| Octal | 52 | 352 | 167 | 122 | 0 | 61 | 10 | 220 | 122 | 66 |
| Binary | 101010 | 11101010 | 1110111 | 1010010 | 0 | 110001 | 1000 | 10010000 | 1010010 | 110110 |
Color Harmonies of #2AEA77
Complementary color
Monochromatic Colors of #2AEA77
Black with #2AEA77
Text Example
Text Example
White with #2AEA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA77; }
p { color: rgb(42,234,119); }
H1.HeaderClassName
{
color: #2AEA77;
}
.AnyTagClassName
{
color: #2AEA77;
}
</style>
background-color css
<style>
a { background-color: #2AEA77; }
a { background-color: rgb(42,234,119); }
div.DivClassName
{
background-color: #2AEA77;
}
.BgClassName
{
background-color: #2AEA77;
}
</style>
border-color css
<style>
span { border-color: #2AEA77; }
span { border-color: rgb(42,234,119); }
td.TdClassName
{
border-color: #2AEA77;
}
.TagClassName
{
border-color: #2AEA77;
}
</style>