Shades of Lime Green #14C419
Tints of Lime Green #14C419
RGB
CMYK
RGB Variations
Color information
#14C419 (or 0x14C419) is known color: Lime Green. HEX triplet: 14, C4 and 19. RGB value is (20,196,25). Sum of RGB (Red+Green+Blue) = 20+196+25=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 196 (76.95% from 255 or 81.33% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 196 - color contains mainly: green. Hex color #14C419 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C419 is #EB3BE6. Grayscale: #7C7C7C. Windows color (decimal): -15416295 or 1688596. OLE color: 1688596.
HSL color Cylindrical-coordinate representation of color #14C419: hue angle of 121.7º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C419 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 25 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.23 |
| HSL | 121.7º | 0.81% | 0.42% | - |
| HSV(B) | 121.7º | 0.9% | 0.77% | - |
| XYZ | 20.2 | 39.7 | 7.52 | - |
| YUV | 123.88 | 72.19 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 25 | 0.90 | 0 | 0.87 | 0.23 | 121.7 | 0.81 | 0.42 |
| Hex | 14 | C4 | 19 | 5A | 0 | 57 | 17 | 7A | 51 | 2A |
| Octal | 24 | 304 | 31 | 132 | 0 | 127 | 27 | 172 | 121 | 52 |
| Binary | 10100 | 11000100 | 11001 | 1011010 | 0 | 1010111 | 10111 | 1111010 | 1010001 | 101010 |
Color Harmonies of #14C419
Complementary color
Monochromatic Colors of #14C419
Black with #14C419
Text Example
Text Example
White with #14C419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C419; }
p { color: rgb(20,196,25); }
H1.HeaderClassName
{
color: #14C419;
}
.AnyTagClassName
{
color: #14C419;
}
</style>
background-color css
<style>
a { background-color: #14C419; }
a { background-color: rgb(20,196,25); }
div.DivClassName
{
background-color: #14C419;
}
.BgClassName
{
background-color: #14C419;
}
</style>
border-color css
<style>
span { border-color: #14C419; }
span { border-color: rgb(20,196,25); }
td.TdClassName
{
border-color: #14C419;
}
.TagClassName
{
border-color: #14C419;
}
</style>