Shades of Lime Green #39DB13
Tints of Lime Green #39DB13
RGB
CMYK
RGB Variations
Color information
#39DB13 (or 0x39DB13) is known color: Lime Green. HEX triplet: 39, DB and 13. RGB value is (57,219,19). Sum of RGB (Red+Green+Blue) = 57+219+19=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 219 (85.94% from 255 or 74.24% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 219 - color contains mainly: green. Hex color #39DB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #39DB13 is #C624EC. Grayscale: #949494. Windows color (decimal): -12985581 or 1301305. OLE color: 1301305.
HSL color Cylindrical-coordinate representation of color #39DB13: hue angle of 108.6º degrees, saturation: 0.84, 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 #39DB13 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 19 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.14 |
| HSL | 108.6º | 0.84% | 0.47% | - |
| HSV(B) | 108.6º | 0.91% | 0.86% | - |
| XYZ | 27.14 | 51.58 | 9.14 | - |
| YUV | 147.76 | 55.33 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 19 | 0.74 | 0 | 0.91 | 0.14 | 108.6 | 0.84 | 0.47 |
| Hex | 39 | DB | 13 | 4A | 0 | 5B | E | 6D | 54 | 2F |
| Octal | 71 | 333 | 23 | 112 | 0 | 133 | 16 | 155 | 124 | 57 |
| Binary | 111001 | 11011011 | 10011 | 1001010 | 0 | 1011011 | 1110 | 1101101 | 1010100 | 101111 |
Color Harmonies of #39DB13
Complementary color
Monochromatic Colors of #39DB13
Black with #39DB13
Text Example
Text Example
White with #39DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DB13; }
p { color: rgb(57,219,19); }
H1.HeaderClassName
{
color: #39DB13;
}
.AnyTagClassName
{
color: #39DB13;
}
</style>
background-color css
<style>
a { background-color: #39DB13; }
a { background-color: rgb(57,219,19); }
div.DivClassName
{
background-color: #39DB13;
}
.BgClassName
{
background-color: #39DB13;
}
</style>
border-color css
<style>
span { border-color: #39DB13; }
span { border-color: rgb(57,219,19); }
td.TdClassName
{
border-color: #39DB13;
}
.TagClassName
{
border-color: #39DB13;
}
</style>