Shades of Lime Green #14BB17
Tints of Lime Green #14BB17
RGB
CMYK
RGB Variations
Color information
#14BB17 (or 0x14BB17) is known color: Lime Green. HEX triplet: 14, BB and 17. RGB value is (20,187,23). Sum of RGB (Red+Green+Blue) = 20+187+23=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 187 (73.44% from 255 or 81.30% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BB17 is #EB44E8. Grayscale: #767676. Windows color (decimal): -15418601 or 1555220. OLE color: 1555220.
HSL color Cylindrical-coordinate representation of color #14BB17: hue angle of 121.08º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BB17 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 23 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.27 |
| HSL | 121.08º | 0.81% | 0.41% | - |
| HSV(B) | 121.08º | 0.89% | 0.73% | - |
| XYZ | 18.21 | 35.75 | 6.75 | - |
| YUV | 118.37 | 74.17 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 23 | 0.89 | 0 | 0.88 | 0.27 | 121.08 | 0.81 | 0.41 |
| Hex | 14 | BB | 17 | 59 | 0 | 58 | 1B | 79 | 51 | 29 |
| Octal | 24 | 273 | 27 | 131 | 0 | 130 | 33 | 171 | 121 | 51 |
| Binary | 10100 | 10111011 | 10111 | 1011001 | 0 | 1011000 | 11011 | 1111001 | 1010001 | 101001 |
Color Harmonies of #14BB17
Complementary color
Monochromatic Colors of #14BB17
Black with #14BB17
Text Example
Text Example
White with #14BB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB17; }
p { color: rgb(20,187,23); }
H1.HeaderClassName
{
color: #14BB17;
}
.AnyTagClassName
{
color: #14BB17;
}
</style>
background-color css
<style>
a { background-color: #14BB17; }
a { background-color: rgb(20,187,23); }
div.DivClassName
{
background-color: #14BB17;
}
.BgClassName
{
background-color: #14BB17;
}
</style>
border-color css
<style>
span { border-color: #14BB17; }
span { border-color: rgb(20,187,23); }
td.TdClassName
{
border-color: #14BB17;
}
.TagClassName
{
border-color: #14BB17;
}
</style>