Shades of Lime Green #14C11A
Tints of Lime Green #14C11A
RGB
CMYK
RGB Variations
Color information
#14C11A (or 0x14C11A) is known color: Lime Green. HEX triplet: 14, C1 and 1A. RGB value is (20,193,26). Sum of RGB (Red+Green+Blue) = 20+193+26=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 193 (75.78% from 255 or 80.75% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 193 - color contains mainly: green. Hex color #14C11A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C11A is #EB3EE5. Grayscale: #7A7A7A. Windows color (decimal): -15417062 or 1753364. OLE color: 1753364.
HSL color Cylindrical-coordinate representation of color #14C11A: hue angle of 122.08º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C11A is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 26 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.24 |
| HSL | 122.08º | 0.81% | 0.42% | - |
| HSV(B) | 122.08º | 0.9% | 0.76% | - |
| XYZ | 19.54 | 38.36 | 7.35 | - |
| YUV | 122.24 | 73.69 | 55.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 26 | 0.90 | 0 | 0.87 | 0.24 | 122.08 | 0.81 | 0.42 |
| Hex | 14 | C1 | 1A | 5A | 0 | 57 | 18 | 7A | 51 | 2A |
| Octal | 24 | 301 | 32 | 132 | 0 | 127 | 30 | 172 | 121 | 52 |
| Binary | 10100 | 11000001 | 11010 | 1011010 | 0 | 1010111 | 11000 | 1111010 | 1010001 | 101010 |
Color Harmonies of #14C11A
Complementary color
Monochromatic Colors of #14C11A
Black with #14C11A
Text Example
Text Example
White with #14C11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C11A; }
p { color: rgb(20,193,26); }
H1.HeaderClassName
{
color: #14C11A;
}
.AnyTagClassName
{
color: #14C11A;
}
</style>
background-color css
<style>
a { background-color: #14C11A; }
a { background-color: rgb(20,193,26); }
div.DivClassName
{
background-color: #14C11A;
}
.BgClassName
{
background-color: #14C11A;
}
</style>
border-color css
<style>
span { border-color: #14C11A; }
span { border-color: rgb(20,193,26); }
td.TdClassName
{
border-color: #14C11A;
}
.TagClassName
{
border-color: #14C11A;
}
</style>