Shades of Lime Green #39BD32
Tints of Lime Green #39BD32
RGB
CMYK
RGB Variations
Color information
#39BD32 (or 0x39BD32) is known color: Lime Green. HEX triplet: 39, BD and 32. RGB value is (57,189,50). Sum of RGB (Red+Green+Blue) = 57+189+50=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 189 (74.22% from 255 or 63.85% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 189 - color contains mainly: green. Hex color #39BD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BD32 is #C642CD. Grayscale: #868686. Windows color (decimal): -12993230 or 3325241. OLE color: 3325241.
HSL color Cylindrical-coordinate representation of color #39BD32: hue angle of 116.98º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39BD32 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 50 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.26 |
| HSL | 116.98º | 0.58% | 0.47% | - |
| HSV(B) | 116.98º | 0.74% | 0.74% | - |
| XYZ | 20.46 | 37.5 | 9.18 | - |
| YUV | 133.69 | 80.77 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 50 | 0.70 | 0 | 0.74 | 0.26 | 116.98 | 0.58 | 0.47 |
| Hex | 39 | BD | 32 | 46 | 0 | 4A | 1A | 75 | 3A | 2F |
| Octal | 71 | 275 | 62 | 106 | 0 | 112 | 32 | 165 | 72 | 57 |
| Binary | 111001 | 10111101 | 110010 | 1000110 | 0 | 1001010 | 11010 | 1110101 | 111010 | 101111 |
Color Harmonies of #39BD32
Complementary color
Monochromatic Colors of #39BD32
Black with #39BD32
Text Example
Text Example
White with #39BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BD32; }
p { color: rgb(57,189,50); }
H1.HeaderClassName
{
color: #39BD32;
}
.AnyTagClassName
{
color: #39BD32;
}
</style>
background-color css
<style>
a { background-color: #39BD32; }
a { background-color: rgb(57,189,50); }
div.DivClassName
{
background-color: #39BD32;
}
.BgClassName
{
background-color: #39BD32;
}
</style>
border-color css
<style>
span { border-color: #39BD32; }
span { border-color: rgb(57,189,50); }
td.TdClassName
{
border-color: #39BD32;
}
.TagClassName
{
border-color: #39BD32;
}
</style>