Shades of Lime Green #39DB3E
Tints of Lime Green #39DB3E
RGB
CMYK
RGB Variations
Color information
#39DB3E (or 0x39DB3E) is known color: Lime Green. HEX triplet: 39, DB and 3E. RGB value is (57,219,62). Sum of RGB (Red+Green+Blue) = 57+219+62=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #39DB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39DB3E is #C624C1. Grayscale: #999999. Windows color (decimal): -12985538 or 4119353. OLE color: 4119353.
HSL color Cylindrical-coordinate representation of color #39DB3E: hue angle of 121.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DB3E is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 219 | 62 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.14 |
| HSL | 121.85º | 0.69% | 0.54% | - |
| HSV(B) | 121.85º | 0.74% | 0.86% | - |
| XYZ | 27.89 | 51.88 | 13.1 | - |
| YUV | 152.66 | 76.83 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 219 | 62 | 0.74 | 0 | 0.72 | 0.14 | 121.85 | 0.69 | 0.54 |
| Hex | 39 | DB | 3E | 4A | 0 | 48 | E | 7A | 45 | 36 |
| Octal | 71 | 333 | 76 | 112 | 0 | 110 | 16 | 172 | 105 | 66 |
| Binary | 111001 | 11011011 | 111110 | 1001010 | 0 | 1001000 | 1110 | 1111010 | 1000101 | 110110 |
Color Harmonies of #39DB3E
Complementary color
Monochromatic Colors of #39DB3E
Black with #39DB3E
Text Example
Text Example
White with #39DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DB3E; }
p { color: rgb(57,219,62); }
H1.HeaderClassName
{
color: #39DB3E;
}
.AnyTagClassName
{
color: #39DB3E;
}
</style>
background-color css
<style>
a { background-color: #39DB3E; }
a { background-color: rgb(57,219,62); }
div.DivClassName
{
background-color: #39DB3E;
}
.BgClassName
{
background-color: #39DB3E;
}
</style>
border-color css
<style>
span { border-color: #39DB3E; }
span { border-color: rgb(57,219,62); }
td.TdClassName
{
border-color: #39DB3E;
}
.TagClassName
{
border-color: #39DB3E;
}
</style>