Shades of Lime Green #39D246
Tints of Lime Green #39D246
RGB
CMYK
RGB Variations
Color information
#39D246 (or 0x39D246) is known color: Lime Green. HEX triplet: 39, D2 and 46. RGB value is (57,210,70). Sum of RGB (Red+Green+Blue) = 57+210+70=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #39D246 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D246 is #C62DB9. Grayscale: #949494. Windows color (decimal): -12987834 or 4641337. OLE color: 4641337.
HSL color Cylindrical-coordinate representation of color #39D246: hue angle of 125.1º degrees, saturation: 0.63, 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 #39D246 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 210 | 70 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.18 |
| HSL | 125.1º | 0.63% | 0.52% | - |
| HSV(B) | 125.1º | 0.73% | 0.82% | - |
| XYZ | 25.84 | 47.41 | 13.58 | - |
| YUV | 148.29 | 83.81 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 210 | 70 | 0.73 | 0 | 0.67 | 0.18 | 125.1 | 0.63 | 0.52 |
| Hex | 39 | D2 | 46 | 49 | 0 | 43 | 12 | 7D | 3F | 34 |
| Octal | 71 | 322 | 106 | 111 | 0 | 103 | 22 | 175 | 77 | 64 |
| Binary | 111001 | 11010010 | 1000110 | 1001001 | 0 | 1000011 | 10010 | 1111101 | 111111 | 110100 |
Color Harmonies of #39D246
Complementary color
Monochromatic Colors of #39D246
Black with #39D246
Text Example
Text Example
White with #39D246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D246; }
p { color: rgb(57,210,70); }
H1.HeaderClassName
{
color: #39D246;
}
.AnyTagClassName
{
color: #39D246;
}
</style>
background-color css
<style>
a { background-color: #39D246; }
a { background-color: rgb(57,210,70); }
div.DivClassName
{
background-color: #39D246;
}
.BgClassName
{
background-color: #39D246;
}
</style>
border-color css
<style>
span { border-color: #39D246; }
span { border-color: rgb(57,210,70); }
td.TdClassName
{
border-color: #39D246;
}
.TagClassName
{
border-color: #39D246;
}
</style>