Shades of Lime Green #2ABC15
Tints of Lime Green #2ABC15
RGB
CMYK
RGB Variations
Color information
#2ABC15 (or 0x2ABC15) is known color: Lime Green. HEX triplet: 2A, BC and 15. RGB value is (42,188,21). Sum of RGB (Red+Green+Blue) = 42+188+21=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 188 (73.83% from 255 or 74.90% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC15 is #D543EA. Grayscale: #7D7D7D. Windows color (decimal): -13976555 or 1424426. OLE color: 1424426.
HSL color Cylindrical-coordinate representation of color #2ABC15: hue angle of 112.46º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2ABC15 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 21 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.26 |
| HSL | 112.46º | 0.8% | 0.41% | - |
| HSV(B) | 112.46º | 0.89% | 0.74% | - |
| XYZ | 19.07 | 36.51 | 6.75 | - |
| YUV | 125.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 21 | 0.78 | 0 | 0.89 | 0.26 | 112.46 | 0.8 | 0.41 |
| Hex | 2A | BC | 15 | 4E | 0 | 59 | 1A | 70 | 50 | 29 |
| Octal | 52 | 274 | 25 | 116 | 0 | 131 | 32 | 160 | 120 | 51 |
| Binary | 101010 | 10111100 | 10101 | 1001110 | 0 | 1011001 | 11010 | 1110000 | 1010000 | 101001 |
Color Harmonies of #2ABC15
Complementary color
Monochromatic Colors of #2ABC15
Black with #2ABC15
Text Example
Text Example
White with #2ABC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC15; }
p { color: rgb(42,188,21); }
H1.HeaderClassName
{
color: #2ABC15;
}
.AnyTagClassName
{
color: #2ABC15;
}
</style>
background-color css
<style>
a { background-color: #2ABC15; }
a { background-color: rgb(42,188,21); }
div.DivClassName
{
background-color: #2ABC15;
}
.BgClassName
{
background-color: #2ABC15;
}
</style>
border-color css
<style>
span { border-color: #2ABC15; }
span { border-color: rgb(42,188,21); }
td.TdClassName
{
border-color: #2ABC15;
}
.TagClassName
{
border-color: #2ABC15;
}
</style>