Shades of Lime Green #14C80F
Tints of Lime Green #14C80F
RGB
CMYK
RGB Variations
Color information
#14C80F (or 0x14C80F) is known color: Lime Green. HEX triplet: 14, C8 and 0F. RGB value is (20,200,15). Sum of RGB (Red+Green+Blue) = 20+200+15=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 200 (78.52% from 255 or 85.11% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 200 - color contains mainly: green. Hex color #14C80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C80F is #EB37F0. Grayscale: #7D7D7D. Windows color (decimal): -15415281 or 1034260. OLE color: 1034260.
HSL color Cylindrical-coordinate representation of color #14C80F: hue angle of 118.38º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14C80F is Cyan = 0.9, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 200 | 15 | - |
| CMYK | 0.9 | 0 | 0.92 | 0.22 |
| HSL | 118.38º | 0.86% | 0.42% | - |
| HSV(B) | 118.38º | 0.93% | 0.78% | - |
| XYZ | 21.03 | 41.49 | 7.35 | - |
| YUV | 125.09 | 65.87 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 200 | 15 | 0.9 | 0 | 0.92 | 0.22 | 118.38 | 0.86 | 0.42 |
| Hex | 14 | C8 | F | 5A | 0 | 5C | 16 | 76 | 56 | 2A |
| Octal | 24 | 310 | 17 | 132 | 0 | 134 | 26 | 166 | 126 | 52 |
| Binary | 10100 | 11001000 | 1111 | 1011010 | 0 | 1011100 | 10110 | 1110110 | 1010110 | 101010 |
Color Harmonies of #14C80F
Complementary color
Monochromatic Colors of #14C80F
Black with #14C80F
Text Example
Text Example
White with #14C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C80F; }
p { color: rgb(20,200,15); }
H1.HeaderClassName
{
color: #14C80F;
}
.AnyTagClassName
{
color: #14C80F;
}
</style>
background-color css
<style>
a { background-color: #14C80F; }
a { background-color: rgb(20,200,15); }
div.DivClassName
{
background-color: #14C80F;
}
.BgClassName
{
background-color: #14C80F;
}
</style>
border-color css
<style>
span { border-color: #14C80F; }
span { border-color: rgb(20,200,15); }
td.TdClassName
{
border-color: #14C80F;
}
.TagClassName
{
border-color: #14C80F;
}
</style>