Shades of Lime Green #14D018
Tints of Lime Green #14D018
RGB
CMYK
RGB Variations
Color information
#14D018 (or 0x14D018) is known color: Lime Green. HEX triplet: 14, D0 and 18. RGB value is (20,208,24). Sum of RGB (Red+Green+Blue) = 20+208+24=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 208 (81.64% from 255 or 82.54% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 208 - color contains mainly: green. Hex color #14D018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D018 is #EB2FE7. Grayscale: #838383. Windows color (decimal): -15413224 or 1626132. OLE color: 1626132.
HSL color Cylindrical-coordinate representation of color #14D018: hue angle of 121.28º degrees, saturation: 0.82, 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 #14D018 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 24 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.18 |
| HSL | 121.28º | 0.82% | 0.45% | - |
| HSV(B) | 121.28º | 0.9% | 0.82% | - |
| XYZ | 23.01 | 45.33 | 8.4 | - |
| YUV | 130.81 | 67.72 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 24 | 0.90 | 0 | 0.88 | 0.18 | 121.28 | 0.82 | 0.45 |
| Hex | 14 | D0 | 18 | 5A | 0 | 58 | 12 | 79 | 52 | 2D |
| Octal | 24 | 320 | 30 | 132 | 0 | 130 | 22 | 171 | 122 | 55 |
| Binary | 10100 | 11010000 | 11000 | 1011010 | 0 | 1011000 | 10010 | 1111001 | 1010010 | 101101 |
Color Harmonies of #14D018
Complementary color
Monochromatic Colors of #14D018
Black with #14D018
Text Example
Text Example
White with #14D018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D018; }
p { color: rgb(20,208,24); }
H1.HeaderClassName
{
color: #14D018;
}
.AnyTagClassName
{
color: #14D018;
}
</style>
background-color css
<style>
a { background-color: #14D018; }
a { background-color: rgb(20,208,24); }
div.DivClassName
{
background-color: #14D018;
}
.BgClassName
{
background-color: #14D018;
}
</style>
border-color css
<style>
span { border-color: #14D018; }
span { border-color: rgb(20,208,24); }
td.TdClassName
{
border-color: #14D018;
}
.TagClassName
{
border-color: #14D018;
}
</style>