Shades of Lime Green #14C01D
Tints of Lime Green #14C01D
RGB
CMYK
RGB Variations
Color information
#14C01D (or 0x14C01D) is known color: Lime Green. HEX triplet: 14, C0 and 1D. RGB value is (20,192,29). Sum of RGB (Red+Green+Blue) = 20+192+29=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #14C01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C01D is #EB3FE2. Grayscale: #7A7A7A. Windows color (decimal): -15417315 or 1949716. OLE color: 1949716.
HSL color Cylindrical-coordinate representation of color #14C01D: hue angle of 123.14º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C01D is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 29 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.25 |
| HSL | 123.14º | 0.81% | 0.42% | - |
| HSV(B) | 123.14º | 0.9% | 0.75% | - |
| XYZ | 19.36 | 37.94 | 7.46 | - |
| YUV | 121.99 | 75.52 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 29 | 0.90 | 0 | 0.85 | 0.25 | 123.14 | 0.81 | 0.42 |
| Hex | 14 | C0 | 1D | 5A | 0 | 55 | 19 | 7B | 51 | 2A |
| Octal | 24 | 300 | 35 | 132 | 0 | 125 | 31 | 173 | 121 | 52 |
| Binary | 10100 | 11000000 | 11101 | 1011010 | 0 | 1010101 | 11001 | 1111011 | 1010001 | 101010 |
Color Harmonies of #14C01D
Complementary color
Monochromatic Colors of #14C01D
Black with #14C01D
Text Example
Text Example
White with #14C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C01D; }
p { color: rgb(20,192,29); }
H1.HeaderClassName
{
color: #14C01D;
}
.AnyTagClassName
{
color: #14C01D;
}
</style>
background-color css
<style>
a { background-color: #14C01D; }
a { background-color: rgb(20,192,29); }
div.DivClassName
{
background-color: #14C01D;
}
.BgClassName
{
background-color: #14C01D;
}
</style>
border-color css
<style>
span { border-color: #14C01D; }
span { border-color: rgb(20,192,29); }
td.TdClassName
{
border-color: #14C01D;
}
.TagClassName
{
border-color: #14C01D;
}
</style>