Shades of Lime Green #14DC32
Tints of Lime Green #14DC32
RGB
CMYK
RGB Variations
Color information
#14DC32 (or 0x14DC32) is known color: Lime Green. HEX triplet: 14, DC and 32. RGB value is (20,220,50). Sum of RGB (Red+Green+Blue) = 20+220+50=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC32 is #EB23CD. Grayscale: #8D8D8D. Windows color (decimal): -15410126 or 3333140. OLE color: 3333140.
HSL color Cylindrical-coordinate representation of color #14DC32: hue angle of 129º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DC32 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 50 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.14 |
| HSL | 129º | 0.83% | 0.47% | - |
| HSV(B) | 129º | 0.91% | 0.86% | - |
| XYZ | 26.46 | 51.57 | 11.58 | - |
| YUV | 140.82 | 76.74 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 50 | 0.91 | 0 | 0.77 | 0.14 | 129 | 0.83 | 0.47 |
| Hex | 14 | DC | 32 | 5B | 0 | 4D | E | 81 | 53 | 2F |
| Octal | 24 | 334 | 62 | 133 | 0 | 115 | 16 | 201 | 123 | 57 |
| Binary | 10100 | 11011100 | 110010 | 1011011 | 0 | 1001101 | 1110 | 10000001 | 1010011 | 101111 |
Color Harmonies of #14DC32
Complementary color
Monochromatic Colors of #14DC32
Black with #14DC32
Text Example
Text Example
White with #14DC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC32; }
p { color: rgb(20,220,50); }
H1.HeaderClassName
{
color: #14DC32;
}
.AnyTagClassName
{
color: #14DC32;
}
</style>
background-color css
<style>
a { background-color: #14DC32; }
a { background-color: rgb(20,220,50); }
div.DivClassName
{
background-color: #14DC32;
}
.BgClassName
{
background-color: #14DC32;
}
</style>
border-color css
<style>
span { border-color: #14DC32; }
span { border-color: rgb(20,220,50); }
td.TdClassName
{
border-color: #14DC32;
}
.TagClassName
{
border-color: #14DC32;
}
</style>