Shades of Spring Green #2AEB74
Tints of Spring Green #2AEB74
RGB
CMYK
RGB Variations
Color information
#2AEB74 (or 0x2AEB74) is known color: Spring Green. HEX triplet: 2A, EB and 74. RGB value is (42,235,116). Sum of RGB (Red+Green+Blue) = 42+235+116=393 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.69% from 393); Green value is 235 (92.19% from 255 or 59.80% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2AEB74 is #D5148B. Grayscale: #A4A4A4. Windows color (decimal): -13964428 or 7662378. OLE color: 7662378.
HSL color Cylindrical-coordinate representation of color #2AEB74: hue angle of 143.01º 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 #2AEB74 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 116 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.08 |
| HSL | 143.01º | 0.83% | 0.54% | - |
| HSV(B) | 143.01º | 0.82% | 0.92% | - |
| XYZ | 33.82 | 61.17 | 26.55 | - |
| YUV | 163.73 | 101.06 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 116 | 0.82 | 0 | 0.51 | 0.08 | 143.01 | 0.83 | 0.54 |
| Hex | 2A | EB | 74 | 52 | 0 | 33 | 8 | 8F | 53 | 36 |
| Octal | 52 | 353 | 164 | 122 | 0 | 63 | 10 | 217 | 123 | 66 |
| Binary | 101010 | 11101011 | 1110100 | 1010010 | 0 | 110011 | 1000 | 10001111 | 1010011 | 110110 |
Color Harmonies of #2AEB74
Complementary color
Monochromatic Colors of #2AEB74
Black with #2AEB74
Text Example
Text Example
White with #2AEB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEB74; }
p { color: rgb(42,235,116); }
H1.HeaderClassName
{
color: #2AEB74;
}
.AnyTagClassName
{
color: #2AEB74;
}
</style>
background-color css
<style>
a { background-color: #2AEB74; }
a { background-color: rgb(42,235,116); }
div.DivClassName
{
background-color: #2AEB74;
}
.BgClassName
{
background-color: #2AEB74;
}
</style>
border-color css
<style>
span { border-color: #2AEB74; }
span { border-color: rgb(42,235,116); }
td.TdClassName
{
border-color: #2AEB74;
}
.TagClassName
{
border-color: #2AEB74;
}
</style>