Shades of Lime Green #14D219
Tints of Lime Green #14D219
RGB
CMYK
RGB Variations
Color information
#14D219 (or 0x14D219) is known color: Lime Green. HEX triplet: 14, D2 and 19. RGB value is (20,210,25). Sum of RGB (Red+Green+Blue) = 20+210+25=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 210 (82.42% from 255 or 82.35% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 210 - color contains mainly: green. Hex color #14D219 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14D219 is #EB2DE6. Grayscale: #848484. Windows color (decimal): -15412711 or 1692180. OLE color: 1692180.
HSL color Cylindrical-coordinate representation of color #14D219: hue angle of 121.58º 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 #14D219 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 25 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.18 |
| HSL | 121.58º | 0.83% | 0.45% | - |
| HSV(B) | 121.58º | 0.9% | 0.82% | - |
| XYZ | 23.51 | 46.31 | 8.62 | - |
| YUV | 132.1 | 67.55 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 25 | 0.90 | 0 | 0.88 | 0.18 | 121.58 | 0.83 | 0.45 |
| Hex | 14 | D2 | 19 | 5A | 0 | 58 | 12 | 7A | 53 | 2D |
| Octal | 24 | 322 | 31 | 132 | 0 | 130 | 22 | 172 | 123 | 55 |
| Binary | 10100 | 11010010 | 11001 | 1011010 | 0 | 1011000 | 10010 | 1111010 | 1010011 | 101101 |
Color Harmonies of #14D219
Complementary color
Monochromatic Colors of #14D219
Black with #14D219
Text Example
Text Example
White with #14D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D219; }
p { color: rgb(20,210,25); }
H1.HeaderClassName
{
color: #14D219;
}
.AnyTagClassName
{
color: #14D219;
}
</style>
background-color css
<style>
a { background-color: #14D219; }
a { background-color: rgb(20,210,25); }
div.DivClassName
{
background-color: #14D219;
}
.BgClassName
{
background-color: #14D219;
}
</style>
border-color css
<style>
span { border-color: #14D219; }
span { border-color: rgb(20,210,25); }
td.TdClassName
{
border-color: #14D219;
}
.TagClassName
{
border-color: #14D219;
}
</style>