Shades of Lime Green #39BA34
Tints of Lime Green #39BA34
RGB
CMYK
RGB Variations
Color information
#39BA34 (or 0x39BA34) is known color: Lime Green. HEX triplet: 39, BA and 34. RGB value is (57,186,52). Sum of RGB (Red+Green+Blue) = 57+186+52=295 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.32% from 295); Green value is 186 (73.05% from 255 or 63.05% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA34 is #C645CB. Grayscale: #848484. Windows color (decimal): -12993996 or 3455545. OLE color: 3455545.
HSL color Cylindrical-coordinate representation of color #39BA34: hue angle of 117.76º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39BA34 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 52 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.27 |
| HSL | 117.76º | 0.56% | 0.47% | - |
| HSV(B) | 117.76º | 0.72% | 0.73% | - |
| XYZ | 19.87 | 36.24 | 9.2 | - |
| YUV | 132.15 | 82.76 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 52 | 0.69 | 0 | 0.72 | 0.27 | 117.76 | 0.56 | 0.47 |
| Hex | 39 | BA | 34 | 45 | 0 | 48 | 1B | 76 | 38 | 2F |
| Octal | 71 | 272 | 64 | 105 | 0 | 110 | 33 | 166 | 70 | 57 |
| Binary | 111001 | 10111010 | 110100 | 1000101 | 0 | 1001000 | 11011 | 1110110 | 111000 | 101111 |
Color Harmonies of #39BA34
Complementary color
Monochromatic Colors of #39BA34
Black with #39BA34
Text Example
Text Example
White with #39BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA34; }
p { color: rgb(57,186,52); }
H1.HeaderClassName
{
color: #39BA34;
}
.AnyTagClassName
{
color: #39BA34;
}
</style>
background-color css
<style>
a { background-color: #39BA34; }
a { background-color: rgb(57,186,52); }
div.DivClassName
{
background-color: #39BA34;
}
.BgClassName
{
background-color: #39BA34;
}
</style>
border-color css
<style>
span { border-color: #39BA34; }
span { border-color: rgb(57,186,52); }
td.TdClassName
{
border-color: #39BA34;
}
.TagClassName
{
border-color: #39BA34;
}
</style>