Shades of Lime Green #14DB28
Tints of Lime Green #14DB28
RGB
CMYK
RGB Variations
Color information
#14DB28 (or 0x14DB28) is known color: Lime Green. HEX triplet: 14, DB and 28. RGB value is (20,219,40). Sum of RGB (Red+Green+Blue) = 20+219+40=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 219 (85.94% from 255 or 78.49% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB28 is #EB24D7. Grayscale: #8B8B8B. Windows color (decimal): -15410392 or 2677524. OLE color: 2677524.
HSL color Cylindrical-coordinate representation of color #14DB28: hue angle of 126.03º 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 #14DB28 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 40 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.14 |
| HSL | 126.03º | 0.83% | 0.47% | - |
| HSV(B) | 126.03º | 0.91% | 0.86% | - |
| XYZ | 26 | 50.96 | 10.47 | - |
| YUV | 139.09 | 72.07 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 40 | 0.91 | 0 | 0.82 | 0.14 | 126.03 | 0.83 | 0.47 |
| Hex | 14 | DB | 28 | 5B | 0 | 52 | E | 7E | 53 | 2F |
| Octal | 24 | 333 | 50 | 133 | 0 | 122 | 16 | 176 | 123 | 57 |
| Binary | 10100 | 11011011 | 101000 | 1011011 | 0 | 1010010 | 1110 | 1111110 | 1010011 | 101111 |
Color Harmonies of #14DB28
Complementary color
Monochromatic Colors of #14DB28
Black with #14DB28
Text Example
Text Example
White with #14DB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB28; }
p { color: rgb(20,219,40); }
H1.HeaderClassName
{
color: #14DB28;
}
.AnyTagClassName
{
color: #14DB28;
}
</style>
background-color css
<style>
a { background-color: #14DB28; }
a { background-color: rgb(20,219,40); }
div.DivClassName
{
background-color: #14DB28;
}
.BgClassName
{
background-color: #14DB28;
}
</style>
border-color css
<style>
span { border-color: #14DB28; }
span { border-color: rgb(20,219,40); }
td.TdClassName
{
border-color: #14DB28;
}
.TagClassName
{
border-color: #14DB28;
}
</style>