Shades of Lime Green #14BA1B
Tints of Lime Green #14BA1B
RGB
CMYK
RGB Variations
Color information
#14BA1B (or 0x14BA1B) is known color: Lime Green. HEX triplet: 14, BA and 1B. RGB value is (20,186,27). Sum of RGB (Red+Green+Blue) = 20+186+27=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 186 (73.05% from 255 or 79.83% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA1B is #EB45E4. Grayscale: #767676. Windows color (decimal): -15418853 or 1817108. OLE color: 1817108.
HSL color Cylindrical-coordinate representation of color #14BA1B: hue angle of 122.53º 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 #14BA1B is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 27 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.27 |
| HSL | 122.53º | 0.81% | 0.4% | - |
| HSV(B) | 122.53º | 0.89% | 0.73% | - |
| XYZ | 18.05 | 35.35 | 6.91 | - |
| YUV | 118.24 | 76.5 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 27 | 0.89 | 0 | 0.85 | 0.27 | 122.53 | 0.81 | 0.4 |
| Hex | 14 | BA | 1B | 59 | 0 | 55 | 1B | 7B | 51 | 28 |
| Octal | 24 | 272 | 33 | 131 | 0 | 125 | 33 | 173 | 121 | 50 |
| Binary | 10100 | 10111010 | 11011 | 1011001 | 0 | 1010101 | 11011 | 1111011 | 1010001 | 101000 |
Color Harmonies of #14BA1B
Complementary color
Monochromatic Colors of #14BA1B
Black with #14BA1B
Text Example
Text Example
White with #14BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA1B; }
p { color: rgb(20,186,27); }
H1.HeaderClassName
{
color: #14BA1B;
}
.AnyTagClassName
{
color: #14BA1B;
}
</style>
background-color css
<style>
a { background-color: #14BA1B; }
a { background-color: rgb(20,186,27); }
div.DivClassName
{
background-color: #14BA1B;
}
.BgClassName
{
background-color: #14BA1B;
}
</style>
border-color css
<style>
span { border-color: #14BA1B; }
span { border-color: rgb(20,186,27); }
td.TdClassName
{
border-color: #14BA1B;
}
.TagClassName
{
border-color: #14BA1B;
}
</style>