Shades of Lime Green #14D528
Tints of Lime Green #14D528
RGB
CMYK
RGB Variations
Color information
#14D528 (or 0x14D528) is known color: Lime Green. HEX triplet: 14, D5 and 28. RGB value is (20,213,40). Sum of RGB (Red+Green+Blue) = 20+213+40=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #14D528 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D528 is #EB2AD7. Grayscale: #888888. Windows color (decimal): -15411928 or 2675988. OLE color: 2675988.
HSL color Cylindrical-coordinate representation of color #14D528: hue angle of 126.22º 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 #14D528 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 40 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.16 |
| HSL | 126.22º | 0.83% | 0.46% | - |
| HSV(B) | 126.22º | 0.91% | 0.84% | - |
| XYZ | 24.47 | 47.89 | 9.96 | - |
| YUV | 135.57 | 74.06 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 40 | 0.91 | 0 | 0.81 | 0.16 | 126.22 | 0.83 | 0.46 |
| Hex | 14 | D5 | 28 | 5B | 0 | 51 | 10 | 7E | 53 | 2E |
| Octal | 24 | 325 | 50 | 133 | 0 | 121 | 20 | 176 | 123 | 56 |
| Binary | 10100 | 11010101 | 101000 | 1011011 | 0 | 1010001 | 10000 | 1111110 | 1010011 | 101110 |
Color Harmonies of #14D528
Complementary color
Monochromatic Colors of #14D528
Black with #14D528
Text Example
Text Example
White with #14D528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D528; }
p { color: rgb(20,213,40); }
H1.HeaderClassName
{
color: #14D528;
}
.AnyTagClassName
{
color: #14D528;
}
</style>
background-color css
<style>
a { background-color: #14D528; }
a { background-color: rgb(20,213,40); }
div.DivClassName
{
background-color: #14D528;
}
.BgClassName
{
background-color: #14D528;
}
</style>
border-color css
<style>
span { border-color: #14D528; }
span { border-color: rgb(20,213,40); }
td.TdClassName
{
border-color: #14D528;
}
.TagClassName
{
border-color: #14D528;
}
</style>