Shades of Lime Green #14D22C
Tints of Lime Green #14D22C
RGB
CMYK
RGB Variations
Color information
#14D22C (or 0x14D22C) is known color: Lime Green. HEX triplet: 14, D2 and 2C. RGB value is (20,210,44). Sum of RGB (Red+Green+Blue) = 20+210+44=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 210 (82.42% from 255 or 76.64% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 210 - color contains mainly: green. Hex color #14D22C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D22C is #EB2DD3. Grayscale: #868686. Windows color (decimal): -15412692 or 2937364. OLE color: 2937364.
HSL color Cylindrical-coordinate representation of color #14D22C: hue angle of 127.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 #14D22C is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 44 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.18 |
| HSL | 127.58º | 0.83% | 0.45% | - |
| HSV(B) | 127.58º | 0.9% | 0.82% | - |
| XYZ | 23.79 | 46.42 | 10.09 | - |
| YUV | 134.27 | 77.05 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 44 | 0.90 | 0 | 0.79 | 0.18 | 127.58 | 0.83 | 0.45 |
| Hex | 14 | D2 | 2C | 5A | 0 | 4F | 12 | 80 | 53 | 2D |
| Octal | 24 | 322 | 54 | 132 | 0 | 117 | 22 | 200 | 123 | 55 |
| Binary | 10100 | 11010010 | 101100 | 1011010 | 0 | 1001111 | 10010 | 10000000 | 1010011 | 101101 |
Color Harmonies of #14D22C
Complementary color
Monochromatic Colors of #14D22C
Black with #14D22C
Text Example
Text Example
White with #14D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D22C; }
p { color: rgb(20,210,44); }
H1.HeaderClassName
{
color: #14D22C;
}
.AnyTagClassName
{
color: #14D22C;
}
</style>
background-color css
<style>
a { background-color: #14D22C; }
a { background-color: rgb(20,210,44); }
div.DivClassName
{
background-color: #14D22C;
}
.BgClassName
{
background-color: #14D22C;
}
</style>
border-color css
<style>
span { border-color: #14D22C; }
span { border-color: rgb(20,210,44); }
td.TdClassName
{
border-color: #14D22C;
}
.TagClassName
{
border-color: #14D22C;
}
</style>