Shades of Lime Green #14CB1C
Tints of Lime Green #14CB1C
RGB
CMYK
RGB Variations
Color information
#14CB1C (or 0x14CB1C) is known color: Lime Green. HEX triplet: 14, CB and 1C. RGB value is (20,203,28). Sum of RGB (Red+Green+Blue) = 20+203+28=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 203 (79.69% from 255 or 80.88% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB1C is #EB34E3. Grayscale: #808080. Windows color (decimal): -15414500 or 1886996. OLE color: 1886996.
HSL color Cylindrical-coordinate representation of color #14CB1C: hue angle of 122.62º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB1C is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 28 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.20 |
| HSL | 122.62º | 0.82% | 0.44% | - |
| HSV(B) | 122.62º | 0.9% | 0.8% | - |
| XYZ | 21.85 | 42.94 | 8.24 | - |
| YUV | 128.33 | 71.37 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 28 | 0.90 | 0 | 0.86 | 0.20 | 122.62 | 0.82 | 0.44 |
| Hex | 14 | CB | 1C | 5A | 0 | 56 | 14 | 7B | 52 | 2C |
| Octal | 24 | 313 | 34 | 132 | 0 | 126 | 24 | 173 | 122 | 54 |
| Binary | 10100 | 11001011 | 11100 | 1011010 | 0 | 1010110 | 10100 | 1111011 | 1010010 | 101100 |
Color Harmonies of #14CB1C
Complementary color
Monochromatic Colors of #14CB1C
Black with #14CB1C
Text Example
Text Example
White with #14CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB1C; }
p { color: rgb(20,203,28); }
H1.HeaderClassName
{
color: #14CB1C;
}
.AnyTagClassName
{
color: #14CB1C;
}
</style>
background-color css
<style>
a { background-color: #14CB1C; }
a { background-color: rgb(20,203,28); }
div.DivClassName
{
background-color: #14CB1C;
}
.BgClassName
{
background-color: #14CB1C;
}
</style>
border-color css
<style>
span { border-color: #14CB1C; }
span { border-color: rgb(20,203,28); }
td.TdClassName
{
border-color: #14CB1C;
}
.TagClassName
{
border-color: #14CB1C;
}
</style>