Shades of Lime Green #39BA3F
Tints of Lime Green #39BA3F
RGB
CMYK
RGB Variations
Color information
#39BA3F (or 0x39BA3F) is known color: Lime Green. HEX triplet: 39, BA and 3F. RGB value is (57,186,63). Sum of RGB (Red+Green+Blue) = 57+186+63=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA3F is #C645C0. Grayscale: #858585. Windows color (decimal): -12993985 or 4176441. OLE color: 4176441.
HSL color Cylindrical-coordinate representation of color #39BA3F: hue angle of 122.79º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39BA3F is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 63 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.27 |
| HSL | 122.79º | 0.53% | 0.48% | - |
| HSV(B) | 122.79º | 0.69% | 0.73% | - |
| XYZ | 20.14 | 36.35 | 10.66 | - |
| YUV | 133.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 63 | 0.69 | 0 | 0.66 | 0.27 | 122.79 | 0.53 | 0.48 |
| Hex | 39 | BA | 3F | 45 | 0 | 42 | 1B | 7B | 35 | 30 |
| Octal | 71 | 272 | 77 | 105 | 0 | 102 | 33 | 173 | 65 | 60 |
| Binary | 111001 | 10111010 | 111111 | 1000101 | 0 | 1000010 | 11011 | 1111011 | 110101 | 110000 |
Color Harmonies of #39BA3F
Complementary color
Monochromatic Colors of #39BA3F
Black with #39BA3F
Text Example
Text Example
White with #39BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA3F; }
p { color: rgb(57,186,63); }
H1.HeaderClassName
{
color: #39BA3F;
}
.AnyTagClassName
{
color: #39BA3F;
}
</style>
background-color css
<style>
a { background-color: #39BA3F; }
a { background-color: rgb(57,186,63); }
div.DivClassName
{
background-color: #39BA3F;
}
.BgClassName
{
background-color: #39BA3F;
}
</style>
border-color css
<style>
span { border-color: #39BA3F; }
span { border-color: rgb(57,186,63); }
td.TdClassName
{
border-color: #39BA3F;
}
.TagClassName
{
border-color: #39BA3F;
}
</style>