Shades of Lime Green #2AB81E
Tints of Lime Green #2AB81E
RGB
CMYK
RGB Variations
Color information
#2AB81E (or 0x2AB81E) is known color: Lime Green. HEX triplet: 2A, B8 and 1E. RGB value is (42,184,30). Sum of RGB (Red+Green+Blue) = 42+184+30=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 184 (72.27% from 255 or 71.88% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB81E is #D547E1. Grayscale: #7C7C7C. Windows color (decimal): -13977570 or 2013226. OLE color: 2013226.
HSL color Cylindrical-coordinate representation of color #2AB81E: hue angle of 115.32º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AB81E is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 30 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.28 |
| HSL | 115.32º | 0.72% | 0.42% | - |
| HSV(B) | 115.32º | 0.84% | 0.72% | - |
| XYZ | 18.33 | 34.87 | 6.99 | - |
| YUV | 123.99 | 74.96 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 30 | 0.77 | 0 | 0.84 | 0.28 | 115.32 | 0.72 | 0.42 |
| Hex | 2A | B8 | 1E | 4D | 0 | 54 | 1C | 73 | 48 | 2A |
| Octal | 52 | 270 | 36 | 115 | 0 | 124 | 34 | 163 | 110 | 52 |
| Binary | 101010 | 10111000 | 11110 | 1001101 | 0 | 1010100 | 11100 | 1110011 | 1001000 | 101010 |
Color Harmonies of #2AB81E
Complementary color
Monochromatic Colors of #2AB81E
Black with #2AB81E
Text Example
Text Example
White with #2AB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB81E; }
p { color: rgb(42,184,30); }
H1.HeaderClassName
{
color: #2AB81E;
}
.AnyTagClassName
{
color: #2AB81E;
}
</style>
background-color css
<style>
a { background-color: #2AB81E; }
a { background-color: rgb(42,184,30); }
div.DivClassName
{
background-color: #2AB81E;
}
.BgClassName
{
background-color: #2AB81E;
}
</style>
border-color css
<style>
span { border-color: #2AB81E; }
span { border-color: rgb(42,184,30); }
td.TdClassName
{
border-color: #2AB81E;
}
.TagClassName
{
border-color: #2AB81E;
}
</style>