Shades of Lime Green #39BA2D
Tints of Lime Green #39BA2D
RGB
CMYK
RGB Variations
Color information
#39BA2D (or 0x39BA2D) is known color: Lime Green. HEX triplet: 39, BA and 2D. RGB value is (57,186,45). Sum of RGB (Red+Green+Blue) = 57+186+45=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 186 (73.05% from 255 or 64.58% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 186 - color contains mainly: green. Hex color #39BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BA2D is #C645D2. Grayscale: #838383. Windows color (decimal): -12994003 or 2996793. OLE color: 2996793.
HSL color Cylindrical-coordinate representation of color #39BA2D: hue angle of 114.89º degrees, saturation: 0.61, 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 #39BA2D is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 186 | 45 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.27 |
| HSL | 114.89º | 0.61% | 0.45% | - |
| HSV(B) | 114.89º | 0.76% | 0.73% | - |
| XYZ | 19.72 | 36.18 | 8.43 | - |
| YUV | 131.36 | 79.26 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 186 | 45 | 0.69 | 0 | 0.76 | 0.27 | 114.89 | 0.61 | 0.45 |
| Hex | 39 | BA | 2D | 45 | 0 | 4C | 1B | 73 | 3D | 2D |
| Octal | 71 | 272 | 55 | 105 | 0 | 114 | 33 | 163 | 75 | 55 |
| Binary | 111001 | 10111010 | 101101 | 1000101 | 0 | 1001100 | 11011 | 1110011 | 111101 | 101101 |
Color Harmonies of #39BA2D
Complementary color
Monochromatic Colors of #39BA2D
Black with #39BA2D
Text Example
Text Example
White with #39BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BA2D; }
p { color: rgb(57,186,45); }
H1.HeaderClassName
{
color: #39BA2D;
}
.AnyTagClassName
{
color: #39BA2D;
}
</style>
background-color css
<style>
a { background-color: #39BA2D; }
a { background-color: rgb(57,186,45); }
div.DivClassName
{
background-color: #39BA2D;
}
.BgClassName
{
background-color: #39BA2D;
}
</style>
border-color css
<style>
span { border-color: #39BA2D; }
span { border-color: rgb(57,186,45); }
td.TdClassName
{
border-color: #39BA2D;
}
.TagClassName
{
border-color: #39BA2D;
}
</style>