Shades of Spring Green #2AEB7B
Tints of Spring Green #2AEB7B
RGB
CMYK
RGB Variations
Color information
#2AEB7B (or 0x2AEB7B) is known color: Spring Green. HEX triplet: 2A, EB and 7B. RGB value is (42,235,123). Sum of RGB (Red+Green+Blue) = 42+235+123=400 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.5% from 400); Green value is 235 (92.19% from 255 or 58.75% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEB7B is #D51484. Grayscale: #A4A4A4. Windows color (decimal): -13964421 or 8121130. OLE color: 8121130.
HSL color Cylindrical-coordinate representation of color #2AEB7B: hue angle of 145.18º degrees, saturation: 0.83, 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 #2AEB7B is Cyan = 0.82, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 123 | - |
| CMYK | 0.82 | 0 | 0.48 | 0.08 |
| HSL | 145.18º | 0.83% | 0.54% | - |
| HSV(B) | 145.18º | 0.82% | 0.92% | - |
| XYZ | 34.24 | 61.34 | 28.77 | - |
| YUV | 164.53 | 104.56 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 123 | 0.82 | 0 | 0.48 | 0.08 | 145.18 | 0.83 | 0.54 |
| Hex | 2A | EB | 7B | 52 | 0 | 30 | 8 | 91 | 53 | 36 |
| Octal | 52 | 353 | 173 | 122 | 0 | 60 | 10 | 221 | 123 | 66 |
| Binary | 101010 | 11101011 | 1111011 | 1010010 | 0 | 110000 | 1000 | 10010001 | 1010011 | 110110 |
Color Harmonies of #2AEB7B
Complementary color
Monochromatic Colors of #2AEB7B
Black with #2AEB7B
Text Example
Text Example
White with #2AEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEB7B; }
p { color: rgb(42,235,123); }
H1.HeaderClassName
{
color: #2AEB7B;
}
.AnyTagClassName
{
color: #2AEB7B;
}
</style>
background-color css
<style>
a { background-color: #2AEB7B; }
a { background-color: rgb(42,235,123); }
div.DivClassName
{
background-color: #2AEB7B;
}
.BgClassName
{
background-color: #2AEB7B;
}
</style>
border-color css
<style>
span { border-color: #2AEB7B; }
span { border-color: rgb(42,235,123); }
td.TdClassName
{
border-color: #2AEB7B;
}
.TagClassName
{
border-color: #2AEB7B;
}
</style>