Shades of Lime Green #39DB14
Tints of Lime Green #39DB14
RGB
CMYK
RGB Variations
Color information
#39DB14 (or 0x39DB14) is known color: Lime Green. HEX triplet: 39, DB and 14. RGB value is (57,219,20). Sum of RGB (Red+Green+Blue) = 57+219+20=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #39DB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DB14 is #C624EB. Grayscale: #949494. Windows color (decimal): -12985580 or 1366841. OLE color: 1366841.
HSL color Cylindrical-coordinate representation of color #39DB14: hue angle of 108.84º 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 #39DB14 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 20 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.14 |
| HSL | 108.84º | 0.83% | 0.47% | - |
| HSV(B) | 108.84º | 0.91% | 0.86% | - |
| XYZ | 27.15 | 51.58 | 9.19 | - |
| YUV | 147.88 | 55.83 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 20 | 0.74 | 0 | 0.91 | 0.14 | 108.84 | 0.83 | 0.47 |
| Hex | 39 | DB | 14 | 4A | 0 | 5B | E | 6D | 53 | 2F |
| Octal | 71 | 333 | 24 | 112 | 0 | 133 | 16 | 155 | 123 | 57 |
| Binary | 111001 | 11011011 | 10100 | 1001010 | 0 | 1011011 | 1110 | 1101101 | 1010011 | 101111 |
Color Harmonies of #39DB14
Complementary color
Monochromatic Colors of #39DB14
Black with #39DB14
Text Example
Text Example
White with #39DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DB14; }
p { color: rgb(57,219,20); }
H1.HeaderClassName
{
color: #39DB14;
}
.AnyTagClassName
{
color: #39DB14;
}
</style>
background-color css
<style>
a { background-color: #39DB14; }
a { background-color: rgb(57,219,20); }
div.DivClassName
{
background-color: #39DB14;
}
.BgClassName
{
background-color: #39DB14;
}
</style>
border-color css
<style>
span { border-color: #39DB14; }
span { border-color: rgb(57,219,20); }
td.TdClassName
{
border-color: #39DB14;
}
.TagClassName
{
border-color: #39DB14;
}
</style>