Shades of Lime Green #2AE22C
Tints of Lime Green #2AE22C
RGB
CMYK
RGB Variations
Color information
#2AE22C (or 0x2AE22C) is known color: Lime Green. HEX triplet: 2A, E2 and 2C. RGB value is (42,226,44). Sum of RGB (Red+Green+Blue) = 42+226+44=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 226 (88.67% from 255 or 72.44% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 226 - color contains mainly: green. Hex color #2AE22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE22C is #D51DD3. Grayscale: #969696. Windows color (decimal): -13966804 or 2941482. OLE color: 2941482.
HSL color Cylindrical-coordinate representation of color #2AE22C: hue angle of 120.65º 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 #2AE22C is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 226 | 44 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.11 |
| HSL | 120.65º | 0.76% | 0.53% | - |
| HSV(B) | 120.65º | 0.81% | 0.89% | - |
| XYZ | 28.61 | 55.07 | 11.5 | - |
| YUV | 150.24 | 68.04 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 226 | 44 | 0.81 | 0 | 0.81 | 0.11 | 120.65 | 0.76 | 0.53 |
| Hex | 2A | E2 | 2C | 51 | 0 | 51 | B | 79 | 4C | 35 |
| Octal | 52 | 342 | 54 | 121 | 0 | 121 | 13 | 171 | 114 | 65 |
| Binary | 101010 | 11100010 | 101100 | 1010001 | 0 | 1010001 | 1011 | 1111001 | 1001100 | 110101 |
Color Harmonies of #2AE22C
Complementary color
Monochromatic Colors of #2AE22C
Black with #2AE22C
Text Example
Text Example
White with #2AE22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE22C; }
p { color: rgb(42,226,44); }
H1.HeaderClassName
{
color: #2AE22C;
}
.AnyTagClassName
{
color: #2AE22C;
}
</style>
background-color css
<style>
a { background-color: #2AE22C; }
a { background-color: rgb(42,226,44); }
div.DivClassName
{
background-color: #2AE22C;
}
.BgClassName
{
background-color: #2AE22C;
}
</style>
border-color css
<style>
span { border-color: #2AE22C; }
span { border-color: rgb(42,226,44); }
td.TdClassName
{
border-color: #2AE22C;
}
.TagClassName
{
border-color: #2AE22C;
}
</style>