Shades of Lime Green #14C515
Tints of Lime Green #14C515
RGB
CMYK
RGB Variations
Color information
#14C515 (or 0x14C515) is known color: Lime Green. HEX triplet: 14, C5 and 15. RGB value is (20,197,21). Sum of RGB (Red+Green+Blue) = 20+197+21=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 197 (77.34% from 255 or 82.77% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 197 - color contains mainly: green. Hex color #14C515 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C515 is #EB3AEA. Grayscale: #7C7C7C. Windows color (decimal): -15416043 or 1426708. OLE color: 1426708.
HSL color Cylindrical-coordinate representation of color #14C515: hue angle of 120.34º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C515 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 197 | 21 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.23 |
| HSL | 120.34º | 0.82% | 0.43% | - |
| HSV(B) | 120.34º | 0.9% | 0.77% | - |
| XYZ | 20.39 | 40.14 | 7.38 | - |
| YUV | 124.01 | 69.86 | 53.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 197 | 21 | 0.90 | 0 | 0.89 | 0.23 | 120.34 | 0.82 | 0.43 |
| Hex | 14 | C5 | 15 | 5A | 0 | 59 | 17 | 78 | 52 | 2B |
| Octal | 24 | 305 | 25 | 132 | 0 | 131 | 27 | 170 | 122 | 53 |
| Binary | 10100 | 11000101 | 10101 | 1011010 | 0 | 1011001 | 10111 | 1111000 | 1010010 | 101011 |
Color Harmonies of #14C515
Complementary color
Monochromatic Colors of #14C515
Black with #14C515
Text Example
Text Example
White with #14C515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C515; }
p { color: rgb(20,197,21); }
H1.HeaderClassName
{
color: #14C515;
}
.AnyTagClassName
{
color: #14C515;
}
</style>
background-color css
<style>
a { background-color: #14C515; }
a { background-color: rgb(20,197,21); }
div.DivClassName
{
background-color: #14C515;
}
.BgClassName
{
background-color: #14C515;
}
</style>
border-color css
<style>
span { border-color: #14C515; }
span { border-color: rgb(20,197,21); }
td.TdClassName
{
border-color: #14C515;
}
.TagClassName
{
border-color: #14C515;
}
</style>