Shades of Lime Green #14D31D
Tints of Lime Green #14D31D
RGB
CMYK
RGB Variations
Color information
#14D31D (or 0x14D31D) is known color: Lime Green. HEX triplet: 14, D3 and 1D. RGB value is (20,211,29). Sum of RGB (Red+Green+Blue) = 20+211+29=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 211 (82.81% from 255 or 81.15% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 211 - color contains mainly: green. Hex color #14D31D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D31D is #EB2CE2. Grayscale: #858585. Windows color (decimal): -15412451 or 1954580. OLE color: 1954580.
HSL color Cylindrical-coordinate representation of color #14D31D: hue angle of 122.83º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D31D is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 211 | 29 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.17 |
| HSL | 122.83º | 0.83% | 0.45% | - |
| HSV(B) | 122.83º | 0.91% | 0.83% | - |
| XYZ | 23.8 | 46.83 | 8.95 | - |
| YUV | 133.14 | 69.22 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 29 | 0.91 | 0 | 0.86 | 0.17 | 122.83 | 0.83 | 0.45 |
| Hex | 14 | D3 | 1D | 5B | 0 | 56 | 11 | 7B | 53 | 2D |
| Octal | 24 | 323 | 35 | 133 | 0 | 126 | 21 | 173 | 123 | 55 |
| Binary | 10100 | 11010011 | 11101 | 1011011 | 0 | 1010110 | 10001 | 1111011 | 1010011 | 101101 |
Color Harmonies of #14D31D
Complementary color
Monochromatic Colors of #14D31D
Black with #14D31D
Text Example
Text Example
White with #14D31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D31D; }
p { color: rgb(20,211,29); }
H1.HeaderClassName
{
color: #14D31D;
}
.AnyTagClassName
{
color: #14D31D;
}
</style>
background-color css
<style>
a { background-color: #14D31D; }
a { background-color: rgb(20,211,29); }
div.DivClassName
{
background-color: #14D31D;
}
.BgClassName
{
background-color: #14D31D;
}
</style>
border-color css
<style>
span { border-color: #14D31D; }
span { border-color: rgb(20,211,29); }
td.TdClassName
{
border-color: #14D31D;
}
.TagClassName
{
border-color: #14D31D;
}
</style>