Shades of Spring Green #2AEA7B
Tints of Spring Green #2AEA7B
RGB
CMYK
RGB Variations
Color information
#2AEA7B (or 0x2AEA7B) is known color: Spring Green. HEX triplet: 2A, EA and 7B. RGB value is (42,234,123). Sum of RGB (Red+Green+Blue) = 42+234+123=399 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.53% from 399); Green value is 234 (91.80% from 255 or 58.65% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEA7B is #D51584. Grayscale: #A4A4A4. Windows color (decimal): -13964677 or 8120874. OLE color: 8120874.
HSL color Cylindrical-coordinate representation of color #2AEA7B: hue angle of 145.31º 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 #2AEA7B is Cyan = 0.82, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 123 | - |
| CMYK | 0.82 | 0 | 0.47 | 0.08 |
| HSL | 145.31º | 0.82% | 0.54% | - |
| HSV(B) | 145.31º | 0.82% | 0.92% | - |
| XYZ | 33.95 | 60.77 | 28.68 | - |
| YUV | 163.94 | 104.89 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 123 | 0.82 | 0 | 0.47 | 0.08 | 145.31 | 0.82 | 0.54 |
| Hex | 2A | EA | 7B | 52 | 0 | 2F | 8 | 91 | 52 | 36 |
| Octal | 52 | 352 | 173 | 122 | 0 | 57 | 10 | 221 | 122 | 66 |
| Binary | 101010 | 11101010 | 1111011 | 1010010 | 0 | 101111 | 1000 | 10010001 | 1010010 | 110110 |
Color Harmonies of #2AEA7B
Complementary color
Monochromatic Colors of #2AEA7B
Black with #2AEA7B
Text Example
Text Example
White with #2AEA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA7B; }
p { color: rgb(42,234,123); }
H1.HeaderClassName
{
color: #2AEA7B;
}
.AnyTagClassName
{
color: #2AEA7B;
}
</style>
background-color css
<style>
a { background-color: #2AEA7B; }
a { background-color: rgb(42,234,123); }
div.DivClassName
{
background-color: #2AEA7B;
}
.BgClassName
{
background-color: #2AEA7B;
}
</style>
border-color css
<style>
span { border-color: #2AEA7B; }
span { border-color: rgb(42,234,123); }
td.TdClassName
{
border-color: #2AEA7B;
}
.TagClassName
{
border-color: #2AEA7B;
}
</style>