Shades of Lime Green #14C81D
Tints of Lime Green #14C81D
RGB
CMYK
RGB Variations
Color information
#14C81D (or 0x14C81D) is known color: Lime Green. HEX triplet: 14, C8 and 1D. RGB value is (20,200,29). Sum of RGB (Red+Green+Blue) = 20+200+29=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 200 (78.52% from 255 or 80.32% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 200 - color contains mainly: green. Hex color #14C81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C81D is #EB37E2. Grayscale: #7F7F7F. Windows color (decimal): -15415267 or 1951764. OLE color: 1951764.
HSL color Cylindrical-coordinate representation of color #14C81D: hue angle of 123º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C81D is Cyan = 0.9, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 29 | - |
| CMYK | 0.9 | 0 | 0.86 | 0.22 |
| HSL | 123º | 0.82% | 0.43% | - |
| HSV(B) | 123º | 0.9% | 0.78% | - |
| XYZ | 21.16 | 41.55 | 8.07 | - |
| YUV | 126.69 | 72.87 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 29 | 0.9 | 0 | 0.86 | 0.22 | 123 | 0.82 | 0.43 |
| Hex | 14 | C8 | 1D | 5A | 0 | 56 | 16 | 7B | 52 | 2B |
| Octal | 24 | 310 | 35 | 132 | 0 | 126 | 26 | 173 | 122 | 53 |
| Binary | 10100 | 11001000 | 11101 | 1011010 | 0 | 1010110 | 10110 | 1111011 | 1010010 | 101011 |
Color Harmonies of #14C81D
Complementary color
Monochromatic Colors of #14C81D
Black with #14C81D
Text Example
Text Example
White with #14C81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C81D; }
p { color: rgb(20,200,29); }
H1.HeaderClassName
{
color: #14C81D;
}
.AnyTagClassName
{
color: #14C81D;
}
</style>
background-color css
<style>
a { background-color: #14C81D; }
a { background-color: rgb(20,200,29); }
div.DivClassName
{
background-color: #14C81D;
}
.BgClassName
{
background-color: #14C81D;
}
</style>
border-color css
<style>
span { border-color: #14C81D; }
span { border-color: rgb(20,200,29); }
td.TdClassName
{
border-color: #14C81D;
}
.TagClassName
{
border-color: #14C81D;
}
</style>