Shades of Lime Green #14CB13
Tints of Lime Green #14CB13
RGB
CMYK
RGB Variations
Color information
#14CB13 (or 0x14CB13) is known color: Lime Green. HEX triplet: 14, CB and 13. RGB value is (20,203,19). Sum of RGB (Red+Green+Blue) = 20+203+19=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 203 (79.69% from 255 or 83.88% from 242); Blue value is 19 (7.81% from 255 or 7.85% from 242); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14CB13 is #EB34EC. Grayscale: #7F7F7F. Windows color (decimal): -15414509 or 1297172. OLE color: 1297172.
HSL color Cylindrical-coordinate representation of color #14CB13: hue angle of 119.67º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CB13 is Cyan = 0.90, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 19 | - |
| CMYK | 0.90 | 0 | 0.91 | 0.20 |
| HSL | 119.67º | 0.83% | 0.44% | - |
| HSV(B) | 119.67º | 0.91% | 0.8% | - |
| XYZ | 21.76 | 42.91 | 7.75 | - |
| YUV | 127.31 | 66.87 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 19 | 0.90 | 0 | 0.91 | 0.20 | 119.67 | 0.83 | 0.44 |
| Hex | 14 | CB | 13 | 5A | 0 | 5B | 14 | 78 | 53 | 2C |
| Octal | 24 | 313 | 23 | 132 | 0 | 133 | 24 | 170 | 123 | 54 |
| Binary | 10100 | 11001011 | 10011 | 1011010 | 0 | 1011011 | 10100 | 1111000 | 1010011 | 101100 |
Color Harmonies of #14CB13
Complementary color
Monochromatic Colors of #14CB13
Black with #14CB13
Text Example
Text Example
White with #14CB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB13; }
p { color: rgb(20,203,19); }
H1.HeaderClassName
{
color: #14CB13;
}
.AnyTagClassName
{
color: #14CB13;
}
</style>
background-color css
<style>
a { background-color: #14CB13; }
a { background-color: rgb(20,203,19); }
div.DivClassName
{
background-color: #14CB13;
}
.BgClassName
{
background-color: #14CB13;
}
</style>
border-color css
<style>
span { border-color: #14CB13; }
span { border-color: rgb(20,203,19); }
td.TdClassName
{
border-color: #14CB13;
}
.TagClassName
{
border-color: #14CB13;
}
</style>