Shades of Lime Green #14BA17
Tints of Lime Green #14BA17
RGB
CMYK
RGB Variations
Color information
#14BA17 (or 0x14BA17) is known color: Lime Green. HEX triplet: 14, BA and 17. RGB value is (20,186,23). Sum of RGB (Red+Green+Blue) = 20+186+23=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 23 (9.38% from 255 or 10.04% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BA17 is #EB45E8. Grayscale: #767676. Windows color (decimal): -15418857 or 1554964. OLE color: 1554964.
HSL color Cylindrical-coordinate representation of color #14BA17: hue angle of 121.08º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA17 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 23 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.27 |
| HSL | 121.08º | 0.81% | 0.4% | - |
| HSV(B) | 121.08º | 0.89% | 0.73% | - |
| XYZ | 18 | 35.33 | 6.68 | - |
| YUV | 117.78 | 74.5 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 23 | 0.89 | 0 | 0.88 | 0.27 | 121.08 | 0.81 | 0.4 |
| Hex | 14 | BA | 17 | 59 | 0 | 58 | 1B | 79 | 51 | 28 |
| Octal | 24 | 272 | 27 | 131 | 0 | 130 | 33 | 171 | 121 | 50 |
| Binary | 10100 | 10111010 | 10111 | 1011001 | 0 | 1011000 | 11011 | 1111001 | 1010001 | 101000 |
Color Harmonies of #14BA17
Complementary color
Monochromatic Colors of #14BA17
Black with #14BA17
Text Example
Text Example
White with #14BA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA17; }
p { color: rgb(20,186,23); }
H1.HeaderClassName
{
color: #14BA17;
}
.AnyTagClassName
{
color: #14BA17;
}
</style>
background-color css
<style>
a { background-color: #14BA17; }
a { background-color: rgb(20,186,23); }
div.DivClassName
{
background-color: #14BA17;
}
.BgClassName
{
background-color: #14BA17;
}
</style>
border-color css
<style>
span { border-color: #14BA17; }
span { border-color: rgb(20,186,23); }
td.TdClassName
{
border-color: #14BA17;
}
.TagClassName
{
border-color: #14BA17;
}
</style>