Shades of Lime Green #39BA36
Tints of Lime Green #39BA36
RGB
CMYK
RGB Variations
Color information
#39BA36 (or 0x39BA36) is known color: Lime Green. HEX triplet: 39, BA and 36. RGB value is (57,186,54). Sum of RGB (Red+Green+Blue) = 57+186+54=297 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.19% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA36 is #C645C9. Grayscale: #848484. Windows color (decimal): -12993994 or 3586617. OLE color: 3586617.
HSL color Cylindrical-coordinate representation of color #39BA36: hue angle of 118.64º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39BA36 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 54 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.27 |
| HSL | 118.64º | 0.55% | 0.47% | - |
| HSV(B) | 118.64º | 0.71% | 0.73% | - |
| XYZ | 19.91 | 36.25 | 9.44 | - |
| YUV | 132.38 | 83.76 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 54 | 0.69 | 0 | 0.71 | 0.27 | 118.64 | 0.55 | 0.47 |
| Hex | 39 | BA | 36 | 45 | 0 | 47 | 1B | 77 | 37 | 2F |
| Octal | 71 | 272 | 66 | 105 | 0 | 107 | 33 | 167 | 67 | 57 |
| Binary | 111001 | 10111010 | 110110 | 1000101 | 0 | 1000111 | 11011 | 1110111 | 110111 | 101111 |
Color Harmonies of #39BA36
Complementary color
Monochromatic Colors of #39BA36
Black with #39BA36
Text Example
Text Example
White with #39BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA36; }
p { color: rgb(57,186,54); }
H1.HeaderClassName
{
color: #39BA36;
}
.AnyTagClassName
{
color: #39BA36;
}
</style>
background-color css
<style>
a { background-color: #39BA36; }
a { background-color: rgb(57,186,54); }
div.DivClassName
{
background-color: #39BA36;
}
.BgClassName
{
background-color: #39BA36;
}
</style>
border-color css
<style>
span { border-color: #39BA36; }
span { border-color: rgb(57,186,54); }
td.TdClassName
{
border-color: #39BA36;
}
.TagClassName
{
border-color: #39BA36;
}
</style>