Shades of Lime Green #14C71C
Tints of Lime Green #14C71C
RGB
CMYK
RGB Variations
Color information
#14C71C (or 0x14C71C) is known color: Lime Green. HEX triplet: 14, C7 and 1C. RGB value is (20,199,28). Sum of RGB (Red+Green+Blue) = 20+199+28=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 199 (78.12% from 255 or 80.57% from 247); Blue value is 28 (11.33% from 255 or 11.34% from 247); Max value from RGB is 199 - color contains mainly: green. Hex color #14C71C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C71C is #EB38E3. Grayscale: #7E7E7E. Windows color (decimal): -15415524 or 1885972. OLE color: 1885972.
HSL color Cylindrical-coordinate representation of color #14C71C: hue angle of 122.68º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C71C is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 199 | 28 | - |
| CMYK | 0.90 | 0 | 0.86 | 0.22 |
| HSL | 122.68º | 0.82% | 0.43% | - |
| HSV(B) | 122.68º | 0.9% | 0.78% | - |
| XYZ | 20.92 | 41.08 | 7.93 | - |
| YUV | 125.99 | 72.7 | 52.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 199 | 28 | 0.90 | 0 | 0.86 | 0.22 | 122.68 | 0.82 | 0.43 |
| Hex | 14 | C7 | 1C | 5A | 0 | 56 | 16 | 7B | 52 | 2B |
| Octal | 24 | 307 | 34 | 132 | 0 | 126 | 26 | 173 | 122 | 53 |
| Binary | 10100 | 11000111 | 11100 | 1011010 | 0 | 1010110 | 10110 | 1111011 | 1010010 | 101011 |
Color Harmonies of #14C71C
Complementary color
Monochromatic Colors of #14C71C
Black with #14C71C
Text Example
Text Example
White with #14C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C71C; }
p { color: rgb(20,199,28); }
H1.HeaderClassName
{
color: #14C71C;
}
.AnyTagClassName
{
color: #14C71C;
}
</style>
background-color css
<style>
a { background-color: #14C71C; }
a { background-color: rgb(20,199,28); }
div.DivClassName
{
background-color: #14C71C;
}
.BgClassName
{
background-color: #14C71C;
}
</style>
border-color css
<style>
span { border-color: #14C71C; }
span { border-color: rgb(20,199,28); }
td.TdClassName
{
border-color: #14C71C;
}
.TagClassName
{
border-color: #14C71C;
}
</style>