Shades of Lime Green #39D941
Tints of Lime Green #39D941
RGB
CMYK
RGB Variations
Color information
#39D941 (or 0x39D941) is known color: Lime Green. HEX triplet: 39, D9 and 41. RGB value is (57,217,65). Sum of RGB (Red+Green+Blue) = 57+217+65=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 217 (85.16% from 255 or 64.01% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 217 - color contains mainly: green. Hex color #39D941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D941 is #C626BE. Grayscale: #989898. Windows color (decimal): -12986047 or 4315449. OLE color: 4315449.
HSL color Cylindrical-coordinate representation of color #39D941: hue angle of 123º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39D941 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 65 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.15 |
| HSL | 123º | 0.68% | 0.54% | - |
| HSV(B) | 123º | 0.74% | 0.85% | - |
| XYZ | 27.45 | 50.88 | 13.37 | - |
| YUV | 151.83 | 78.99 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 65 | 0.74 | 0 | 0.70 | 0.15 | 123 | 0.68 | 0.54 |
| Hex | 39 | D9 | 41 | 4A | 0 | 46 | F | 7B | 44 | 36 |
| Octal | 71 | 331 | 101 | 112 | 0 | 106 | 17 | 173 | 104 | 66 |
| Binary | 111001 | 11011001 | 1000001 | 1001010 | 0 | 1000110 | 1111 | 1111011 | 1000100 | 110110 |
Color Harmonies of #39D941
Complementary color
Monochromatic Colors of #39D941
Black with #39D941
Text Example
Text Example
White with #39D941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D941; }
p { color: rgb(57,217,65); }
H1.HeaderClassName
{
color: #39D941;
}
.AnyTagClassName
{
color: #39D941;
}
</style>
background-color css
<style>
a { background-color: #39D941; }
a { background-color: rgb(57,217,65); }
div.DivClassName
{
background-color: #39D941;
}
.BgClassName
{
background-color: #39D941;
}
</style>
border-color css
<style>
span { border-color: #39D941; }
span { border-color: rgb(57,217,65); }
td.TdClassName
{
border-color: #39D941;
}
.TagClassName
{
border-color: #39D941;
}
</style>