Shades of Lime Green #2AB918
Tints of Lime Green #2AB918
RGB
CMYK
RGB Variations
Color information
#2AB918 (or 0x2AB918) is known color: Lime Green. HEX triplet: 2A, B9 and 18. RGB value is (42,185,24). Sum of RGB (Red+Green+Blue) = 42+185+24=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 185 (72.66% from 255 or 73.71% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB918 is #D546E7. Grayscale: #7C7C7C. Windows color (decimal): -13977320 or 1620266. OLE color: 1620266.
HSL color Cylindrical-coordinate representation of color #2AB918: hue angle of 113.29º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AB918 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 24 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.27 |
| HSL | 113.29º | 0.77% | 0.41% | - |
| HSV(B) | 113.29º | 0.87% | 0.73% | - |
| XYZ | 18.47 | 35.26 | 6.7 | - |
| YUV | 123.89 | 71.62 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 24 | 0.77 | 0 | 0.87 | 0.27 | 113.29 | 0.77 | 0.41 |
| Hex | 2A | B9 | 18 | 4D | 0 | 57 | 1B | 71 | 4D | 29 |
| Octal | 52 | 271 | 30 | 115 | 0 | 127 | 33 | 161 | 115 | 51 |
| Binary | 101010 | 10111001 | 11000 | 1001101 | 0 | 1010111 | 11011 | 1110001 | 1001101 | 101001 |
Color Harmonies of #2AB918
Complementary color
Monochromatic Colors of #2AB918
Black with #2AB918
Text Example
Text Example
White with #2AB918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB918; }
p { color: rgb(42,185,24); }
H1.HeaderClassName
{
color: #2AB918;
}
.AnyTagClassName
{
color: #2AB918;
}
</style>
background-color css
<style>
a { background-color: #2AB918; }
a { background-color: rgb(42,185,24); }
div.DivClassName
{
background-color: #2AB918;
}
.BgClassName
{
background-color: #2AB918;
}
</style>
border-color css
<style>
span { border-color: #2AB918; }
span { border-color: rgb(42,185,24); }
td.TdClassName
{
border-color: #2AB918;
}
.TagClassName
{
border-color: #2AB918;
}
</style>