Shades of Lime Green #39BD2E
Tints of Lime Green #39BD2E
RGB
CMYK
RGB Variations
Color information
#39BD2E (or 0x39BD2E) is known color: Lime Green. HEX triplet: 39, BD and 2E. RGB value is (57,189,46). Sum of RGB (Red+Green+Blue) = 57+189+46=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 189 (74.22% from 255 or 64.73% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 189 - color contains mainly: green. Hex color #39BD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BD2E is #C642D1. Grayscale: #858585. Windows color (decimal): -12993234 or 3063097. OLE color: 3063097.
HSL color Cylindrical-coordinate representation of color #39BD2E: hue angle of 115.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39BD2E is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 57 | 189 | 46 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.26 |
| HSL | 115.38º | 0.61% | 0.46% | - |
| HSV(B) | 115.38º | 0.76% | 0.74% | - |
| XYZ | 20.38 | 37.46 | 8.74 | - |
| YUV | 133.23 | 78.77 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 189 | 46 | 0.70 | 0 | 0.76 | 0.26 | 115.38 | 0.61 | 0.46 |
| Hex | 39 | BD | 2E | 46 | 0 | 4C | 1A | 73 | 3D | 2E |
| Octal | 71 | 275 | 56 | 106 | 0 | 114 | 32 | 163 | 75 | 56 |
| Binary | 111001 | 10111101 | 101110 | 1000110 | 0 | 1001100 | 11010 | 1110011 | 111101 | 101110 |
Color Harmonies of #39BD2E
Complementary color
Monochromatic Colors of #39BD2E
Black with #39BD2E
Text Example
Text Example
White with #39BD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BD2E; }
p { color: rgb(57,189,46); }
H1.HeaderClassName
{
color: #39BD2E;
}
.AnyTagClassName
{
color: #39BD2E;
}
</style>
background-color css
<style>
a { background-color: #39BD2E; }
a { background-color: rgb(57,189,46); }
div.DivClassName
{
background-color: #39BD2E;
}
.BgClassName
{
background-color: #39BD2E;
}
</style>
border-color css
<style>
span { border-color: #39BD2E; }
span { border-color: rgb(57,189,46); }
td.TdClassName
{
border-color: #39BD2E;
}
.TagClassName
{
border-color: #39BD2E;
}
</style>