Shades of Lime Green #14DC2C
Tints of Lime Green #14DC2C
RGB
CMYK
RGB Variations
Color information
#14DC2C (or 0x14DC2C) is known color: Lime Green. HEX triplet: 14, DC and 2C. RGB value is (20,220,44). Sum of RGB (Red+Green+Blue) = 20+220+44=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 220 (86.33% from 255 or 77.46% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 220 - color contains mainly: green. Hex color #14DC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DC2C is #EB23D3. Grayscale: #8C8C8C. Windows color (decimal): -15410132 or 2939924. OLE color: 2939924.
HSL color Cylindrical-coordinate representation of color #14DC2C: hue angle of 127.2º 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 #14DC2C is Cyan = 0.91, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 220 | 44 | - |
| CMYK | 0.91 | 0 | 0.8 | 0.14 |
| HSL | 127.2º | 0.83% | 0.47% | - |
| HSV(B) | 127.2º | 0.91% | 0.86% | - |
| XYZ | 26.34 | 51.52 | 10.94 | - |
| YUV | 140.14 | 73.74 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 220 | 44 | 0.91 | 0 | 0.8 | 0.14 | 127.2 | 0.83 | 0.47 |
| Hex | 14 | DC | 2C | 5B | 0 | 50 | E | 7F | 53 | 2F |
| Octal | 24 | 334 | 54 | 133 | 0 | 120 | 16 | 177 | 123 | 57 |
| Binary | 10100 | 11011100 | 101100 | 1011011 | 0 | 1010000 | 1110 | 1111111 | 1010011 | 101111 |
Color Harmonies of #14DC2C
Complementary color
Monochromatic Colors of #14DC2C
Black with #14DC2C
Text Example
Text Example
White with #14DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DC2C; }
p { color: rgb(20,220,44); }
H1.HeaderClassName
{
color: #14DC2C;
}
.AnyTagClassName
{
color: #14DC2C;
}
</style>
background-color css
<style>
a { background-color: #14DC2C; }
a { background-color: rgb(20,220,44); }
div.DivClassName
{
background-color: #14DC2C;
}
.BgClassName
{
background-color: #14DC2C;
}
</style>
border-color css
<style>
span { border-color: #14DC2C; }
span { border-color: rgb(20,220,44); }
td.TdClassName
{
border-color: #14DC2C;
}
.TagClassName
{
border-color: #14DC2C;
}
</style>