Shades of Lime Green #2ABC14
Tints of Lime Green #2ABC14
RGB
CMYK
RGB Variations
Color information
#2ABC14 (or 0x2ABC14) is known color: Lime Green. HEX triplet: 2A, BC and 14. RGB value is (42,188,20). Sum of RGB (Red+Green+Blue) = 42+188+20=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC14 is #D543EB. Grayscale: #7D7D7D. Windows color (decimal): -13976556 or 1358890. OLE color: 1358890.
HSL color Cylindrical-coordinate representation of color #2ABC14: hue angle of 112.14º degrees, saturation: 0.81, 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 #2ABC14 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 20 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.26 |
| HSL | 112.14º | 0.81% | 0.41% | - |
| HSV(B) | 112.14º | 0.89% | 0.74% | - |
| XYZ | 19.06 | 36.51 | 6.7 | - |
| YUV | 125.19 | 68.63 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 20 | 0.78 | 0 | 0.89 | 0.26 | 112.14 | 0.81 | 0.41 |
| Hex | 2A | BC | 14 | 4E | 0 | 59 | 1A | 70 | 51 | 29 |
| Octal | 52 | 274 | 24 | 116 | 0 | 131 | 32 | 160 | 121 | 51 |
| Binary | 101010 | 10111100 | 10100 | 1001110 | 0 | 1011001 | 11010 | 1110000 | 1010001 | 101001 |
Color Harmonies of #2ABC14
Complementary color
Monochromatic Colors of #2ABC14
Black with #2ABC14
Text Example
Text Example
White with #2ABC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC14; }
p { color: rgb(42,188,20); }
H1.HeaderClassName
{
color: #2ABC14;
}
.AnyTagClassName
{
color: #2ABC14;
}
</style>
background-color css
<style>
a { background-color: #2ABC14; }
a { background-color: rgb(42,188,20); }
div.DivClassName
{
background-color: #2ABC14;
}
.BgClassName
{
background-color: #2ABC14;
}
</style>
border-color css
<style>
span { border-color: #2ABC14; }
span { border-color: rgb(42,188,20); }
td.TdClassName
{
border-color: #2ABC14;
}
.TagClassName
{
border-color: #2ABC14;
}
</style>