Shades of Lime Green #14D529
Tints of Lime Green #14D529
RGB
CMYK
RGB Variations
Color information
#14D529 (or 0x14D529) is known color: Lime Green. HEX triplet: 14, D5 and 29. RGB value is (20,213,41). Sum of RGB (Red+Green+Blue) = 20+213+41=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 213 (83.59% from 255 or 77.74% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 213 - color contains mainly: green. Hex color #14D529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D529 is #EB2AD6. Grayscale: #888888. Windows color (decimal): -15411927 or 2741524. OLE color: 2741524.
HSL color Cylindrical-coordinate representation of color #14D529: hue angle of 126.53º 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 #14D529 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 41 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.16 |
| HSL | 126.53º | 0.83% | 0.46% | - |
| HSV(B) | 126.53º | 0.91% | 0.84% | - |
| XYZ | 24.48 | 47.9 | 10.05 | - |
| YUV | 135.69 | 74.56 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 41 | 0.91 | 0 | 0.81 | 0.16 | 126.53 | 0.83 | 0.46 |
| Hex | 14 | D5 | 29 | 5B | 0 | 51 | 10 | 7F | 53 | 2E |
| Octal | 24 | 325 | 51 | 133 | 0 | 121 | 20 | 177 | 123 | 56 |
| Binary | 10100 | 11010101 | 101001 | 1011011 | 0 | 1010001 | 10000 | 1111111 | 1010011 | 101110 |
Color Harmonies of #14D529
Complementary color
Monochromatic Colors of #14D529
Black with #14D529
Text Example
Text Example
White with #14D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D529; }
p { color: rgb(20,213,41); }
H1.HeaderClassName
{
color: #14D529;
}
.AnyTagClassName
{
color: #14D529;
}
</style>
background-color css
<style>
a { background-color: #14D529; }
a { background-color: rgb(20,213,41); }
div.DivClassName
{
background-color: #14D529;
}
.BgClassName
{
background-color: #14D529;
}
</style>
border-color css
<style>
span { border-color: #14D529; }
span { border-color: rgb(20,213,41); }
td.TdClassName
{
border-color: #14D529;
}
.TagClassName
{
border-color: #14D529;
}
</style>