Shades of Lime Green #14D520
Tints of Lime Green #14D520
RGB
CMYK
RGB Variations
Color information
#14D520 (or 0x14D520) is known color: Lime Green. HEX triplet: 14, D5 and 20. RGB value is (20,213,32). Sum of RGB (Red+Green+Blue) = 20+213+32=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 213 (83.59% from 255 or 80.38% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 213 - color contains mainly: green. Hex color #14D520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D520 is #EB2ADF. Grayscale: #878787. Windows color (decimal): -15411936 or 2151700. OLE color: 2151700.
HSL color Cylindrical-coordinate representation of color #14D520: hue angle of 123.73º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D520 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 32 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.16 |
| HSL | 123.73º | 0.83% | 0.46% | - |
| HSV(B) | 123.73º | 0.91% | 0.84% | - |
| XYZ | 24.34 | 47.84 | 9.32 | - |
| YUV | 134.66 | 70.06 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 32 | 0.91 | 0 | 0.85 | 0.16 | 123.73 | 0.83 | 0.46 |
| Hex | 14 | D5 | 20 | 5B | 0 | 55 | 10 | 7C | 53 | 2E |
| Octal | 24 | 325 | 40 | 133 | 0 | 125 | 20 | 174 | 123 | 56 |
| Binary | 10100 | 11010101 | 100000 | 1011011 | 0 | 1010101 | 10000 | 1111100 | 1010011 | 101110 |
Color Harmonies of #14D520
Complementary color
Monochromatic Colors of #14D520
Black with #14D520
Text Example
Text Example
White with #14D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D520; }
p { color: rgb(20,213,32); }
H1.HeaderClassName
{
color: #14D520;
}
.AnyTagClassName
{
color: #14D520;
}
</style>
background-color css
<style>
a { background-color: #14D520; }
a { background-color: rgb(20,213,32); }
div.DivClassName
{
background-color: #14D520;
}
.BgClassName
{
background-color: #14D520;
}
</style>
border-color css
<style>
span { border-color: #14D520; }
span { border-color: rgb(20,213,32); }
td.TdClassName
{
border-color: #14D520;
}
.TagClassName
{
border-color: #14D520;
}
</style>