Shades of Lime Green #14DB24
Tints of Lime Green #14DB24
RGB
CMYK
RGB Variations
Color information
#14DB24 (or 0x14DB24) is known color: Lime Green. HEX triplet: 14, DB and 24. RGB value is (20,219,36). Sum of RGB (Red+Green+Blue) = 20+219+36=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 219 (85.94% from 255 or 79.64% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB24 is #EB24DB. Grayscale: #8B8B8B. Windows color (decimal): -15410396 or 2415380. OLE color: 2415380.
HSL color Cylindrical-coordinate representation of color #14DB24: hue angle of 124.82º 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 #14DB24 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 36 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.14 |
| HSL | 124.82º | 0.83% | 0.47% | - |
| HSV(B) | 124.82º | 0.91% | 0.86% | - |
| XYZ | 25.94 | 50.94 | 10.13 | - |
| YUV | 138.64 | 70.07 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 36 | 0.91 | 0 | 0.84 | 0.14 | 124.82 | 0.83 | 0.47 |
| Hex | 14 | DB | 24 | 5B | 0 | 54 | E | 7D | 53 | 2F |
| Octal | 24 | 333 | 44 | 133 | 0 | 124 | 16 | 175 | 123 | 57 |
| Binary | 10100 | 11011011 | 100100 | 1011011 | 0 | 1010100 | 1110 | 1111101 | 1010011 | 101111 |
Color Harmonies of #14DB24
Complementary color
Monochromatic Colors of #14DB24
Black with #14DB24
Text Example
Text Example
White with #14DB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB24; }
p { color: rgb(20,219,36); }
H1.HeaderClassName
{
color: #14DB24;
}
.AnyTagClassName
{
color: #14DB24;
}
</style>
background-color css
<style>
a { background-color: #14DB24; }
a { background-color: rgb(20,219,36); }
div.DivClassName
{
background-color: #14DB24;
}
.BgClassName
{
background-color: #14DB24;
}
</style>
border-color css
<style>
span { border-color: #14DB24; }
span { border-color: rgb(20,219,36); }
td.TdClassName
{
border-color: #14DB24;
}
.TagClassName
{
border-color: #14DB24;
}
</style>