Shades of Lime Green #39BA2C
Tints of Lime Green #39BA2C
RGB
CMYK
RGB Variations
Color information
#39BA2C (or 0x39BA2C) is known color: Lime Green. HEX triplet: 39, BA and 2C. RGB value is (57,186,44). Sum of RGB (Red+Green+Blue) = 57+186+44=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA2C is #C645D3. Grayscale: #838383. Windows color (decimal): -12994004 or 2931257. OLE color: 2931257.
HSL color Cylindrical-coordinate representation of color #39BA2C: hue angle of 114.51º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39BA2C is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 44 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.27 |
| HSL | 114.51º | 0.62% | 0.45% | - |
| HSV(B) | 114.51º | 0.76% | 0.73% | - |
| XYZ | 19.7 | 36.17 | 8.33 | - |
| YUV | 131.24 | 78.76 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 44 | 0.69 | 0 | 0.76 | 0.27 | 114.51 | 0.62 | 0.45 |
| Hex | 39 | BA | 2C | 45 | 0 | 4C | 1B | 73 | 3E | 2D |
| Octal | 71 | 272 | 54 | 105 | 0 | 114 | 33 | 163 | 76 | 55 |
| Binary | 111001 | 10111010 | 101100 | 1000101 | 0 | 1001100 | 11011 | 1110011 | 111110 | 101101 |
Color Harmonies of #39BA2C
Complementary color
Monochromatic Colors of #39BA2C
Black with #39BA2C
Text Example
Text Example
White with #39BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA2C; }
p { color: rgb(57,186,44); }
H1.HeaderClassName
{
color: #39BA2C;
}
.AnyTagClassName
{
color: #39BA2C;
}
</style>
background-color css
<style>
a { background-color: #39BA2C; }
a { background-color: rgb(57,186,44); }
div.DivClassName
{
background-color: #39BA2C;
}
.BgClassName
{
background-color: #39BA2C;
}
</style>
border-color css
<style>
span { border-color: #39BA2C; }
span { border-color: rgb(57,186,44); }
td.TdClassName
{
border-color: #39BA2C;
}
.TagClassName
{
border-color: #39BA2C;
}
</style>