Shades of Lime Green #14D820
Tints of Lime Green #14D820
RGB
CMYK
RGB Variations
Color information
#14D820 (or 0x14D820) is known color: Lime Green. HEX triplet: 14, D8 and 20. RGB value is (20,216,32). Sum of RGB (Red+Green+Blue) = 20+216+32=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 216 (84.77% from 255 or 80.60% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 216 - color contains mainly: green. Hex color #14D820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D820 is #EB27DF. Grayscale: #888888. Windows color (decimal): -15411168 or 2152468. OLE color: 2152468.
HSL color Cylindrical-coordinate representation of color #14D820: hue angle of 123.67º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D820 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 216 | 32 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.15 |
| HSL | 123.67º | 0.83% | 0.46% | - |
| HSV(B) | 123.67º | 0.91% | 0.85% | - |
| XYZ | 25.11 | 49.36 | 9.57 | - |
| YUV | 136.42 | 69.07 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 216 | 32 | 0.91 | 0 | 0.85 | 0.15 | 123.67 | 0.83 | 0.46 |
| Hex | 14 | D8 | 20 | 5B | 0 | 55 | F | 7C | 53 | 2E |
| Octal | 24 | 330 | 40 | 133 | 0 | 125 | 17 | 174 | 123 | 56 |
| Binary | 10100 | 11011000 | 100000 | 1011011 | 0 | 1010101 | 1111 | 1111100 | 1010011 | 101110 |
Color Harmonies of #14D820
Complementary color
Monochromatic Colors of #14D820
Black with #14D820
Text Example
Text Example
White with #14D820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D820; }
p { color: rgb(20,216,32); }
H1.HeaderClassName
{
color: #14D820;
}
.AnyTagClassName
{
color: #14D820;
}
</style>
background-color css
<style>
a { background-color: #14D820; }
a { background-color: rgb(20,216,32); }
div.DivClassName
{
background-color: #14D820;
}
.BgClassName
{
background-color: #14D820;
}
</style>
border-color css
<style>
span { border-color: #14D820; }
span { border-color: rgb(20,216,32); }
td.TdClassName
{
border-color: #14D820;
}
.TagClassName
{
border-color: #14D820;
}
</style>