Shades of Lime Green #39BD31
Tints of Lime Green #39BD31
RGB
CMYK
RGB Variations
Color information
#39BD31 (or 0x39BD31) is known color: Lime Green. HEX triplet: 39, BD and 31. RGB value is (57,189,49). Sum of RGB (Red+Green+Blue) = 57+189+49=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #39BD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BD31 is #C642CE. Grayscale: #858585. Windows color (decimal): -12993231 or 3259705. OLE color: 3259705.
HSL color Cylindrical-coordinate representation of color #39BD31: hue angle of 116.57º degrees, saturation: 0.59, 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 #39BD31 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 49 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.26 |
| HSL | 116.57º | 0.59% | 0.47% | - |
| HSV(B) | 116.57º | 0.74% | 0.74% | - |
| XYZ | 20.44 | 37.49 | 9.06 | - |
| YUV | 133.57 | 80.27 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 49 | 0.70 | 0 | 0.74 | 0.26 | 116.57 | 0.59 | 0.47 |
| Hex | 39 | BD | 31 | 46 | 0 | 4A | 1A | 75 | 3B | 2F |
| Octal | 71 | 275 | 61 | 106 | 0 | 112 | 32 | 165 | 73 | 57 |
| Binary | 111001 | 10111101 | 110001 | 1000110 | 0 | 1001010 | 11010 | 1110101 | 111011 | 101111 |
Color Harmonies of #39BD31
Complementary color
Monochromatic Colors of #39BD31
Black with #39BD31
Text Example
Text Example
White with #39BD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BD31; }
p { color: rgb(57,189,49); }
H1.HeaderClassName
{
color: #39BD31;
}
.AnyTagClassName
{
color: #39BD31;
}
</style>
background-color css
<style>
a { background-color: #39BD31; }
a { background-color: rgb(57,189,49); }
div.DivClassName
{
background-color: #39BD31;
}
.BgClassName
{
background-color: #39BD31;
}
</style>
border-color css
<style>
span { border-color: #39BD31; }
span { border-color: rgb(57,189,49); }
td.TdClassName
{
border-color: #39BD31;
}
.TagClassName
{
border-color: #39BD31;
}
</style>