Shades of Lime Green #2ABA15
Tints of Lime Green #2ABA15
RGB
CMYK
RGB Variations
Color information
#2ABA15 (or 0x2ABA15) is known color: Lime Green. HEX triplet: 2A, BA and 15. RGB value is (42,186,21). Sum of RGB (Red+Green+Blue) = 42+186+21=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 186 (73.05% from 255 or 74.70% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 186 - color contains mainly: green. Hex color #2ABA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABA15 is #D545EA. Grayscale: #7C7C7C. Windows color (decimal): -13977067 or 1423914. OLE color: 1423914.
HSL color Cylindrical-coordinate representation of color #2ABA15: hue angle of 112.36º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2ABA15 is Cyan = 0.77, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 186 | 21 | - |
| CMYK | 0.77 | 0 | 0.89 | 0.27 |
| HSL | 112.36º | 0.8% | 0.41% | - |
| HSV(B) | 112.36º | 0.89% | 0.73% | - |
| XYZ | 18.65 | 35.66 | 6.61 | - |
| YUV | 124.13 | 69.79 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 21 | 0.77 | 0 | 0.89 | 0.27 | 112.36 | 0.8 | 0.41 |
| Hex | 2A | BA | 15 | 4D | 0 | 59 | 1B | 70 | 50 | 29 |
| Octal | 52 | 272 | 25 | 115 | 0 | 131 | 33 | 160 | 120 | 51 |
| Binary | 101010 | 10111010 | 10101 | 1001101 | 0 | 1011001 | 11011 | 1110000 | 1010000 | 101001 |
Color Harmonies of #2ABA15
Complementary color
Monochromatic Colors of #2ABA15
Black with #2ABA15
Text Example
Text Example
White with #2ABA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABA15; }
p { color: rgb(42,186,21); }
H1.HeaderClassName
{
color: #2ABA15;
}
.AnyTagClassName
{
color: #2ABA15;
}
</style>
background-color css
<style>
a { background-color: #2ABA15; }
a { background-color: rgb(42,186,21); }
div.DivClassName
{
background-color: #2ABA15;
}
.BgClassName
{
background-color: #2ABA15;
}
</style>
border-color css
<style>
span { border-color: #2ABA15; }
span { border-color: rgb(42,186,21); }
td.TdClassName
{
border-color: #2ABA15;
}
.TagClassName
{
border-color: #2ABA15;
}
</style>