Shades of Lime Green #14CA1D
Tints of Lime Green #14CA1D
RGB
CMYK
RGB Variations
Color information
#14CA1D (or 0x14CA1D) is known color: Lime Green. HEX triplet: 14, CA and 1D. RGB value is (20,202,29). Sum of RGB (Red+Green+Blue) = 20+202+29=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 202 (79.30% from 255 or 80.48% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CA1D is #EB35E2. Grayscale: #808080. Windows color (decimal): -15414755 or 1952276. OLE color: 1952276.
HSL color Cylindrical-coordinate representation of color #14CA1D: hue angle of 122.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CA1D is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 29 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.21 |
| HSL | 122.97º | 0.82% | 0.44% | - |
| HSV(B) | 122.97º | 0.9% | 0.79% | - |
| XYZ | 21.63 | 42.48 | 8.22 | - |
| YUV | 127.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 29 | 0.90 | 0 | 0.86 | 0.21 | 122.97 | 0.82 | 0.44 |
| Hex | 14 | CA | 1D | 5A | 0 | 56 | 15 | 7B | 52 | 2C |
| Octal | 24 | 312 | 35 | 132 | 0 | 126 | 25 | 173 | 122 | 54 |
| Binary | 10100 | 11001010 | 11101 | 1011010 | 0 | 1010110 | 10101 | 1111011 | 1010010 | 101100 |
Color Harmonies of #14CA1D
Complementary color
Monochromatic Colors of #14CA1D
Black with #14CA1D
Text Example
Text Example
White with #14CA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CA1D; }
p { color: rgb(20,202,29); }
H1.HeaderClassName
{
color: #14CA1D;
}
.AnyTagClassName
{
color: #14CA1D;
}
</style>
background-color css
<style>
a { background-color: #14CA1D; }
a { background-color: rgb(20,202,29); }
div.DivClassName
{
background-color: #14CA1D;
}
.BgClassName
{
background-color: #14CA1D;
}
</style>
border-color css
<style>
span { border-color: #14CA1D; }
span { border-color: rgb(20,202,29); }
td.TdClassName
{
border-color: #14CA1D;
}
.TagClassName
{
border-color: #14CA1D;
}
</style>