Shades of Lime Green #2AE242
Tints of Lime Green #2AE242
RGB
CMYK
RGB Variations
Color information
#2AE242 (or 0x2AE242) is known color: Lime Green. HEX triplet: 2A, E2 and 42. RGB value is (42,226,66). Sum of RGB (Red+Green+Blue) = 42+226+66=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 226 (88.67% from 255 or 67.66% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE242 is #D51DBD. Grayscale: #999999. Windows color (decimal): -13966782 or 4383274. OLE color: 4383274.
HSL color Cylindrical-coordinate representation of color #2AE242: hue angle of 127.83º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AE242 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 66 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.11 |
| HSL | 127.83º | 0.76% | 0.53% | - |
| HSV(B) | 127.83º | 0.81% | 0.89% | - |
| XYZ | 29.13 | 55.28 | 14.29 | - |
| YUV | 152.74 | 79.04 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 66 | 0.81 | 0 | 0.71 | 0.11 | 127.83 | 0.76 | 0.53 |
| Hex | 2A | E2 | 42 | 51 | 0 | 47 | B | 80 | 4C | 35 |
| Octal | 52 | 342 | 102 | 121 | 0 | 107 | 13 | 200 | 114 | 65 |
| Binary | 101010 | 11100010 | 1000010 | 1010001 | 0 | 1000111 | 1011 | 10000000 | 1001100 | 110101 |
Color Harmonies of #2AE242
Complementary color
Monochromatic Colors of #2AE242
Black with #2AE242
Text Example
Text Example
White with #2AE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE242; }
p { color: rgb(42,226,66); }
H1.HeaderClassName
{
color: #2AE242;
}
.AnyTagClassName
{
color: #2AE242;
}
</style>
background-color css
<style>
a { background-color: #2AE242; }
a { background-color: rgb(42,226,66); }
div.DivClassName
{
background-color: #2AE242;
}
.BgClassName
{
background-color: #2AE242;
}
</style>
border-color css
<style>
span { border-color: #2AE242; }
span { border-color: rgb(42,226,66); }
td.TdClassName
{
border-color: #2AE242;
}
.TagClassName
{
border-color: #2AE242;
}
</style>