Shades of Lime Green #2AE42A
Tints of Lime Green #2AE42A
RGB
CMYK
RGB Variations
Color information
#2AE42A (or 0x2AE42A) is known color: Lime Green. HEX triplet: 2A, E4 and 2A. RGB value is (42,228,42). Sum of RGB (Red+Green+Blue) = 42+228+42=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 228 (89.45% from 255 or 73.08% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 228 - color contains mainly: green. Hex color #2AE42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AE42A is #D51BD5. Grayscale: #979797. Windows color (decimal): -13966294 or 2810922. OLE color: 2810922.
HSL color Cylindrical-coordinate representation of color #2AE42A: hue angle of 120º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE42A is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 42 | 228 | 42 | - |
| CMYK | 0.82 | 0 | 0.82 | 0.11 |
| HSL | 120º | 0.78% | 0.53% | - |
| HSV(B) | 120º | 0.82% | 0.89% | - |
| XYZ | 29.12 | 56.15 | 11.49 | - |
| YUV | 151.18 | 66.38 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 228 | 42 | 0.82 | 0 | 0.82 | 0.11 | 120 | 0.78 | 0.53 |
| Hex | 2A | E4 | 2A | 52 | 0 | 52 | B | 78 | 4E | 35 |
| Octal | 52 | 344 | 52 | 122 | 0 | 122 | 13 | 170 | 116 | 65 |
| Binary | 101010 | 11100100 | 101010 | 1010010 | 0 | 1010010 | 1011 | 1111000 | 1001110 | 110101 |
Color Harmonies of #2AE42A
Complementary color
Monochromatic Colors of #2AE42A
Black with #2AE42A
Text Example
Text Example
White with #2AE42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AE42A; }
p { color: rgb(42,228,42); }
H1.HeaderClassName
{
color: #2AE42A;
}
.AnyTagClassName
{
color: #2AE42A;
}
</style>
background-color css
<style>
a { background-color: #2AE42A; }
a { background-color: rgb(42,228,42); }
div.DivClassName
{
background-color: #2AE42A;
}
.BgClassName
{
background-color: #2AE42A;
}
</style>
border-color css
<style>
span { border-color: #2AE42A; }
span { border-color: rgb(42,228,42); }
td.TdClassName
{
border-color: #2AE42A;
}
.TagClassName
{
border-color: #2AE42A;
}
</style>