Shades of Lime Green #14C117
Tints of Lime Green #14C117
RGB
CMYK
RGB Variations
Color information
#14C117 (or 0x14C117) is known color: Lime Green. HEX triplet: 14, C1 and 17. RGB value is (20,193,23). Sum of RGB (Red+Green+Blue) = 20+193+23=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 193 (75.78% from 255 or 81.78% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 193 - color contains mainly: green. Hex color #14C117 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C117 is #EB3EE8. Grayscale: #7A7A7A. Windows color (decimal): -15417065 or 1556756. OLE color: 1556756.
HSL color Cylindrical-coordinate representation of color #14C117: hue angle of 121.04º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C117 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 23 | - |
| CMYK | 0.90 | 0 | 0.88 | 0.24 |
| HSL | 121.04º | 0.81% | 0.42% | - |
| HSV(B) | 121.04º | 0.9% | 0.76% | - |
| XYZ | 19.51 | 38.35 | 7.18 | - |
| YUV | 121.89 | 72.19 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 23 | 0.90 | 0 | 0.88 | 0.24 | 121.04 | 0.81 | 0.42 |
| Hex | 14 | C1 | 17 | 5A | 0 | 58 | 18 | 79 | 51 | 2A |
| Octal | 24 | 301 | 27 | 132 | 0 | 130 | 30 | 171 | 121 | 52 |
| Binary | 10100 | 11000001 | 10111 | 1011010 | 0 | 1011000 | 11000 | 1111001 | 1010001 | 101010 |
Color Harmonies of #14C117
Complementary color
Monochromatic Colors of #14C117
Black with #14C117
Text Example
Text Example
White with #14C117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C117; }
p { color: rgb(20,193,23); }
H1.HeaderClassName
{
color: #14C117;
}
.AnyTagClassName
{
color: #14C117;
}
</style>
background-color css
<style>
a { background-color: #14C117; }
a { background-color: rgb(20,193,23); }
div.DivClassName
{
background-color: #14C117;
}
.BgClassName
{
background-color: #14C117;
}
</style>
border-color css
<style>
span { border-color: #14C117; }
span { border-color: rgb(20,193,23); }
td.TdClassName
{
border-color: #14C117;
}
.TagClassName
{
border-color: #14C117;
}
</style>