Shades of Lime Green #14D11D
Tints of Lime Green #14D11D
RGB
CMYK
RGB Variations
Color information
#14D11D (or 0x14D11D) is known color: Lime Green. HEX triplet: 14, D1 and 1D. RGB value is (20,209,29). Sum of RGB (Red+Green+Blue) = 20+209+29=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 209 (82.03% from 255 or 81.01% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 209 - color contains mainly: green. Hex color #14D11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D11D is #EB2EE2. Grayscale: #848484. Windows color (decimal): -15412963 or 1954068. OLE color: 1954068.
HSL color Cylindrical-coordinate representation of color #14D11D: hue angle of 122.86º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D11D is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 29 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.18 |
| HSL | 122.86º | 0.83% | 0.45% | - |
| HSV(B) | 122.86º | 0.9% | 0.82% | - |
| XYZ | 23.31 | 45.84 | 8.78 | - |
| YUV | 131.97 | 69.88 | 48.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 29 | 0.90 | 0 | 0.86 | 0.18 | 122.86 | 0.83 | 0.45 |
| Hex | 14 | D1 | 1D | 5A | 0 | 56 | 12 | 7B | 53 | 2D |
| Octal | 24 | 321 | 35 | 132 | 0 | 126 | 22 | 173 | 123 | 55 |
| Binary | 10100 | 11010001 | 11101 | 1011010 | 0 | 1010110 | 10010 | 1111011 | 1010011 | 101101 |
Color Harmonies of #14D11D
Complementary color
Monochromatic Colors of #14D11D
Black with #14D11D
Text Example
Text Example
White with #14D11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D11D; }
p { color: rgb(20,209,29); }
H1.HeaderClassName
{
color: #14D11D;
}
.AnyTagClassName
{
color: #14D11D;
}
</style>
background-color css
<style>
a { background-color: #14D11D; }
a { background-color: rgb(20,209,29); }
div.DivClassName
{
background-color: #14D11D;
}
.BgClassName
{
background-color: #14D11D;
}
</style>
border-color css
<style>
span { border-color: #14D11D; }
span { border-color: rgb(20,209,29); }
td.TdClassName
{
border-color: #14D11D;
}
.TagClassName
{
border-color: #14D11D;
}
</style>