Shades of Lime Green #14D524
Tints of Lime Green #14D524
RGB
CMYK
RGB Variations
Color information
#14D524 (or 0x14D524) is known color: Lime Green. HEX triplet: 14, D5 and 24. RGB value is (20,213,36). Sum of RGB (Red+Green+Blue) = 20+213+36=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #14D524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D524 is #EB2ADB. Grayscale: #878787. Windows color (decimal): -15411932 or 2413844. OLE color: 2413844.
HSL color Cylindrical-coordinate representation of color #14D524: hue angle of 124.97º 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 #14D524 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 36 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.16 |
| HSL | 124.97º | 0.83% | 0.46% | - |
| HSV(B) | 124.97º | 0.91% | 0.84% | - |
| XYZ | 24.4 | 47.86 | 9.62 | - |
| YUV | 135.12 | 72.06 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 36 | 0.91 | 0 | 0.83 | 0.16 | 124.97 | 0.83 | 0.46 |
| Hex | 14 | D5 | 24 | 5B | 0 | 53 | 10 | 7D | 53 | 2E |
| Octal | 24 | 325 | 44 | 133 | 0 | 123 | 20 | 175 | 123 | 56 |
| Binary | 10100 | 11010101 | 100100 | 1011011 | 0 | 1010011 | 10000 | 1111101 | 1010011 | 101110 |
Color Harmonies of #14D524
Complementary color
Monochromatic Colors of #14D524
Black with #14D524
Text Example
Text Example
White with #14D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D524; }
p { color: rgb(20,213,36); }
H1.HeaderClassName
{
color: #14D524;
}
.AnyTagClassName
{
color: #14D524;
}
</style>
background-color css
<style>
a { background-color: #14D524; }
a { background-color: rgb(20,213,36); }
div.DivClassName
{
background-color: #14D524;
}
.BgClassName
{
background-color: #14D524;
}
</style>
border-color css
<style>
span { border-color: #14D524; }
span { border-color: rgb(20,213,36); }
td.TdClassName
{
border-color: #14D524;
}
.TagClassName
{
border-color: #14D524;
}
</style>