Shades of Lime Green #2AE534
Tints of Lime Green #2AE534
RGB
CMYK
RGB Variations
Color information
#2AE534 (or 0x2AE534) is known color: Lime Green. HEX triplet: 2A, E5 and 34. RGB value is (42,229,52). Sum of RGB (Red+Green+Blue) = 42+229+52=323 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.00% from 323); Green value is 229 (89.84% from 255 or 70.90% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 229 - color contains mainly: green. Hex color #2AE534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE534 is #D51ACB. Grayscale: #999999. Windows color (decimal): -13966028 or 3466538. OLE color: 3466538.
HSL color Cylindrical-coordinate representation of color #2AE534: hue angle of 123.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE534 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 42 | 229 | 52 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.10 |
| HSL | 123.21º | 0.78% | 0.53% | - |
| HSV(B) | 123.21º | 0.82% | 0.9% | - |
| XYZ | 29.59 | 56.78 | 12.65 | - |
| YUV | 152.91 | 71.05 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 229 | 52 | 0.82 | 0 | 0.77 | 0.10 | 123.21 | 0.78 | 0.53 |
| Hex | 2A | E5 | 34 | 52 | 0 | 4D | A | 7B | 4E | 35 |
| Octal | 52 | 345 | 64 | 122 | 0 | 115 | 12 | 173 | 116 | 65 |
| Binary | 101010 | 11100101 | 110100 | 1010010 | 0 | 1001101 | 1010 | 1111011 | 1001110 | 110101 |
Color Harmonies of #2AE534
Complementary color
Monochromatic Colors of #2AE534
Black with #2AE534
Text Example
Text Example
White with #2AE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE534; }
p { color: rgb(42,229,52); }
H1.HeaderClassName
{
color: #2AE534;
}
.AnyTagClassName
{
color: #2AE534;
}
</style>
background-color css
<style>
a { background-color: #2AE534; }
a { background-color: rgb(42,229,52); }
div.DivClassName
{
background-color: #2AE534;
}
.BgClassName
{
background-color: #2AE534;
}
</style>
border-color css
<style>
span { border-color: #2AE534; }
span { border-color: rgb(42,229,52); }
td.TdClassName
{
border-color: #2AE534;
}
.TagClassName
{
border-color: #2AE534;
}
</style>