Shades of Lime Green #14D328
Tints of Lime Green #14D328
RGB
CMYK
RGB Variations
Color information
#14D328 (or 0x14D328) is known color: Lime Green. HEX triplet: 14, D3 and 28. RGB value is (20,211,40). Sum of RGB (Red+Green+Blue) = 20+211+40=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 211 (82.81% from 255 or 77.86% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 211 - color contains mainly: green. Hex color #14D328 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D328 is #EB2CD7. Grayscale: #868686. Windows color (decimal): -15412440 or 2675476. OLE color: 2675476.
HSL color Cylindrical-coordinate representation of color #14D328: hue angle of 126.28º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D328 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 211 | 40 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.17 |
| HSL | 126.28º | 0.83% | 0.45% | - |
| HSV(B) | 126.28º | 0.91% | 0.83% | - |
| XYZ | 23.97 | 46.89 | 9.8 | - |
| YUV | 134.4 | 74.72 | 46.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 211 | 40 | 0.91 | 0 | 0.81 | 0.17 | 126.28 | 0.83 | 0.45 |
| Hex | 14 | D3 | 28 | 5B | 0 | 51 | 11 | 7E | 53 | 2D |
| Octal | 24 | 323 | 50 | 133 | 0 | 121 | 21 | 176 | 123 | 55 |
| Binary | 10100 | 11010011 | 101000 | 1011011 | 0 | 1010001 | 10001 | 1111110 | 1010011 | 101101 |
Color Harmonies of #14D328
Complementary color
Monochromatic Colors of #14D328
Black with #14D328
Text Example
Text Example
White with #14D328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D328; }
p { color: rgb(20,211,40); }
H1.HeaderClassName
{
color: #14D328;
}
.AnyTagClassName
{
color: #14D328;
}
</style>
background-color css
<style>
a { background-color: #14D328; }
a { background-color: rgb(20,211,40); }
div.DivClassName
{
background-color: #14D328;
}
.BgClassName
{
background-color: #14D328;
}
</style>
border-color css
<style>
span { border-color: #14D328; }
span { border-color: rgb(20,211,40); }
td.TdClassName
{
border-color: #14D328;
}
.TagClassName
{
border-color: #14D328;
}
</style>