Shades of Lime Green #39B940
Tints of Lime Green #39B940
RGB
CMYK
RGB Variations
Color information
#39B940 (or 0x39B940) is known color: Lime Green. HEX triplet: 39, B9 and 40. RGB value is (57,185,64). Sum of RGB (Red+Green+Blue) = 57+185+64=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #39B940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39B940 is #C646BF. Grayscale: #858585. Windows color (decimal): -12994240 or 4241721. OLE color: 4241721.
HSL color Cylindrical-coordinate representation of color #39B940: hue angle of 123.28º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B940 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 185 | 64 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.27 |
| HSL | 123.28º | 0.53% | 0.47% | - |
| HSV(B) | 123.28º | 0.69% | 0.73% | - |
| XYZ | 19.96 | 35.94 | 10.74 | - |
| YUV | 132.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 185 | 64 | 0.69 | 0 | 0.65 | 0.27 | 123.28 | 0.53 | 0.47 |
| Hex | 39 | B9 | 40 | 45 | 0 | 41 | 1B | 7B | 35 | 2F |
| Octal | 71 | 271 | 100 | 105 | 0 | 101 | 33 | 173 | 65 | 57 |
| Binary | 111001 | 10111001 | 1000000 | 1000101 | 0 | 1000001 | 11011 | 1111011 | 110101 | 101111 |
Color Harmonies of #39B940
Complementary color
Monochromatic Colors of #39B940
Black with #39B940
Text Example
Text Example
White with #39B940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B940; }
p { color: rgb(57,185,64); }
H1.HeaderClassName
{
color: #39B940;
}
.AnyTagClassName
{
color: #39B940;
}
</style>
background-color css
<style>
a { background-color: #39B940; }
a { background-color: rgb(57,185,64); }
div.DivClassName
{
background-color: #39B940;
}
.BgClassName
{
background-color: #39B940;
}
</style>
border-color css
<style>
span { border-color: #39B940; }
span { border-color: rgb(57,185,64); }
td.TdClassName
{
border-color: #39B940;
}
.TagClassName
{
border-color: #39B940;
}
</style>