Shades of Lime Green #14DB2B
Tints of Lime Green #14DB2B
RGB
CMYK
RGB Variations
Color information
#14DB2B (or 0x14DB2B) is known color: Lime Green. HEX triplet: 14, DB and 2B. RGB value is (20,219,43). Sum of RGB (Red+Green+Blue) = 20+219+43=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 219 (85.94% from 255 or 77.66% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 219 - color contains mainly: green. Hex color #14DB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DB2B is #EB24D4. Grayscale: #8B8B8B. Windows color (decimal): -15410389 or 2874132. OLE color: 2874132.
HSL color Cylindrical-coordinate representation of color #14DB2B: hue angle of 126.93º 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 #14DB2B is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 219 | 43 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.14 |
| HSL | 126.93º | 0.83% | 0.47% | - |
| HSV(B) | 126.93º | 0.91% | 0.86% | - |
| XYZ | 26.06 | 50.99 | 10.75 | - |
| YUV | 139.44 | 73.57 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 219 | 43 | 0.91 | 0 | 0.80 | 0.14 | 126.93 | 0.83 | 0.47 |
| Hex | 14 | DB | 2B | 5B | 0 | 50 | E | 7F | 53 | 2F |
| Octal | 24 | 333 | 53 | 133 | 0 | 120 | 16 | 177 | 123 | 57 |
| Binary | 10100 | 11011011 | 101011 | 1011011 | 0 | 1010000 | 1110 | 1111111 | 1010011 | 101111 |
Color Harmonies of #14DB2B
Complementary color
Monochromatic Colors of #14DB2B
Black with #14DB2B
Text Example
Text Example
White with #14DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DB2B; }
p { color: rgb(20,219,43); }
H1.HeaderClassName
{
color: #14DB2B;
}
.AnyTagClassName
{
color: #14DB2B;
}
</style>
background-color css
<style>
a { background-color: #14DB2B; }
a { background-color: rgb(20,219,43); }
div.DivClassName
{
background-color: #14DB2B;
}
.BgClassName
{
background-color: #14DB2B;
}
</style>
border-color css
<style>
span { border-color: #14DB2B; }
span { border-color: rgb(20,219,43); }
td.TdClassName
{
border-color: #14DB2B;
}
.TagClassName
{
border-color: #14DB2B;
}
</style>