Shades of Lime Green #14DA2C
Tints of Lime Green #14DA2C
RGB
CMYK
RGB Variations
Color information
#14DA2C (or 0x14DA2C) is known color: Lime Green. HEX triplet: 14, DA and 2C. RGB value is (20,218,44). Sum of RGB (Red+Green+Blue) = 20+218+44=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DA2C is #EB25D3. Grayscale: #8B8B8B. Windows color (decimal): -15410644 or 2939412. OLE color: 2939412.
HSL color Cylindrical-coordinate representation of color #14DA2C: hue angle of 127.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA2C is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 44 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.15 |
| HSL | 127.27º | 0.83% | 0.47% | - |
| HSV(B) | 127.27º | 0.91% | 0.85% | - |
| XYZ | 25.81 | 50.47 | 10.76 | - |
| YUV | 138.96 | 74.4 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 44 | 0.91 | 0 | 0.80 | 0.15 | 127.27 | 0.83 | 0.47 |
| Hex | 14 | DA | 2C | 5B | 0 | 50 | F | 7F | 53 | 2F |
| Octal | 24 | 332 | 54 | 133 | 0 | 120 | 17 | 177 | 123 | 57 |
| Binary | 10100 | 11011010 | 101100 | 1011011 | 0 | 1010000 | 1111 | 1111111 | 1010011 | 101111 |
Color Harmonies of #14DA2C
Complementary color
Monochromatic Colors of #14DA2C
Black with #14DA2C
Text Example
Text Example
White with #14DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DA2C; }
p { color: rgb(20,218,44); }
H1.HeaderClassName
{
color: #14DA2C;
}
.AnyTagClassName
{
color: #14DA2C;
}
</style>
background-color css
<style>
a { background-color: #14DA2C; }
a { background-color: rgb(20,218,44); }
div.DivClassName
{
background-color: #14DA2C;
}
.BgClassName
{
background-color: #14DA2C;
}
</style>
border-color css
<style>
span { border-color: #14DA2C; }
span { border-color: rgb(20,218,44); }
td.TdClassName
{
border-color: #14DA2C;
}
.TagClassName
{
border-color: #14DA2C;
}
</style>