Shades of Lime Green #39BA27
Tints of Lime Green #39BA27
RGB
CMYK
RGB Variations
Color information
#39BA27 (or 0x39BA27) is known color: Lime Green. HEX triplet: 39, BA and 27. RGB value is (57,186,39). Sum of RGB (Red+Green+Blue) = 57+186+39=282 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.21% from 282); Green value is 186 (73.05% from 255 or 65.96% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA27 is #C645D8. Grayscale: #838383. Windows color (decimal): -12994009 or 2603577. OLE color: 2603577.
HSL color Cylindrical-coordinate representation of color #39BA27: hue angle of 112.65º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39BA27 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 39 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.27 |
| HSL | 112.65º | 0.65% | 0.44% | - |
| HSV(B) | 112.65º | 0.79% | 0.73% | - |
| XYZ | 19.61 | 36.13 | 7.86 | - |
| YUV | 130.67 | 76.26 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 39 | 0.69 | 0 | 0.79 | 0.27 | 112.65 | 0.65 | 0.44 |
| Hex | 39 | BA | 27 | 45 | 0 | 4F | 1B | 71 | 41 | 2C |
| Octal | 71 | 272 | 47 | 105 | 0 | 117 | 33 | 161 | 101 | 54 |
| Binary | 111001 | 10111010 | 100111 | 1000101 | 0 | 1001111 | 11011 | 1110001 | 1000001 | 101100 |
Color Harmonies of #39BA27
Complementary color
Monochromatic Colors of #39BA27
Black with #39BA27
Text Example
Text Example
White with #39BA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA27; }
p { color: rgb(57,186,39); }
H1.HeaderClassName
{
color: #39BA27;
}
.AnyTagClassName
{
color: #39BA27;
}
</style>
background-color css
<style>
a { background-color: #39BA27; }
a { background-color: rgb(57,186,39); }
div.DivClassName
{
background-color: #39BA27;
}
.BgClassName
{
background-color: #39BA27;
}
</style>
border-color css
<style>
span { border-color: #39BA27; }
span { border-color: rgb(57,186,39); }
td.TdClassName
{
border-color: #39BA27;
}
.TagClassName
{
border-color: #39BA27;
}
</style>