Shades of Lime Green #39D046
Tints of Lime Green #39D046
RGB
CMYK
RGB Variations
Color information
#39D046 (or 0x39D046) is known color: Lime Green. HEX triplet: 39, D0 and 46. RGB value is (57,208,70). Sum of RGB (Red+Green+Blue) = 57+208+70=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 208 (81.64% from 255 or 62.09% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 208 - color contains mainly: green. Hex color #39D046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D046 is #C62FB9. Grayscale: #939393. Windows color (decimal): -12988346 or 4640825. OLE color: 4640825.
HSL color Cylindrical-coordinate representation of color #39D046: hue angle of 125.17º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D046 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 208 | 70 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.18 |
| HSL | 125.17º | 0.62% | 0.52% | - |
| HSV(B) | 125.17º | 0.73% | 0.82% | - |
| XYZ | 25.35 | 46.42 | 13.42 | - |
| YUV | 147.12 | 84.47 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 208 | 70 | 0.73 | 0 | 0.66 | 0.18 | 125.17 | 0.62 | 0.52 |
| Hex | 39 | D0 | 46 | 49 | 0 | 42 | 12 | 7D | 3E | 34 |
| Octal | 71 | 320 | 106 | 111 | 0 | 102 | 22 | 175 | 76 | 64 |
| Binary | 111001 | 11010000 | 1000110 | 1001001 | 0 | 1000010 | 10010 | 1111101 | 111110 | 110100 |
Color Harmonies of #39D046
Complementary color
Monochromatic Colors of #39D046
Black with #39D046
Text Example
Text Example
White with #39D046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D046; }
p { color: rgb(57,208,70); }
H1.HeaderClassName
{
color: #39D046;
}
.AnyTagClassName
{
color: #39D046;
}
</style>
background-color css
<style>
a { background-color: #39D046; }
a { background-color: rgb(57,208,70); }
div.DivClassName
{
background-color: #39D046;
}
.BgClassName
{
background-color: #39D046;
}
</style>
border-color css
<style>
span { border-color: #39D046; }
span { border-color: rgb(57,208,70); }
td.TdClassName
{
border-color: #39D046;
}
.TagClassName
{
border-color: #39D046;
}
</style>