Shades of Lime Green #3BBA45
Tints of Lime Green #3BBA45
RGB
CMYK
RGB Variations
Color information
#3BBA45 (or 0x3BBA45) is known color: Lime Green. HEX triplet: 3B, BA and 45. RGB value is (59,186,69). Sum of RGB (Red+Green+Blue) = 59+186+69=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBA45 is #C445BA. Grayscale: #878787. Windows color (decimal): -12862907 or 4569659. OLE color: 4569659.
HSL color Cylindrical-coordinate representation of color #3BBA45: hue angle of 124.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBA45 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 186 | 69 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.27 |
| HSL | 124.72º | 0.52% | 0.48% | - |
| HSV(B) | 124.72º | 0.68% | 0.73% | - |
| XYZ | 20.44 | 36.48 | 11.59 | - |
| YUV | 134.69 | 90.92 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 69 | 0.68 | 0 | 0.63 | 0.27 | 124.72 | 0.52 | 0.48 |
| Hex | 3B | BA | 45 | 44 | 0 | 3F | 1B | 7D | 34 | 30 |
| Octal | 73 | 272 | 105 | 104 | 0 | 77 | 33 | 175 | 64 | 60 |
| Binary | 111011 | 10111010 | 1000101 | 1000100 | 0 | 111111 | 11011 | 1111101 | 110100 | 110000 |
Color Harmonies of #3BBA45
Complementary color
Monochromatic Colors of #3BBA45
Black with #3BBA45
Text Example
Text Example
White with #3BBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBA45; }
p { color: rgb(59,186,69); }
H1.HeaderClassName
{
color: #3BBA45;
}
.AnyTagClassName
{
color: #3BBA45;
}
</style>
background-color css
<style>
a { background-color: #3BBA45; }
a { background-color: rgb(59,186,69); }
div.DivClassName
{
background-color: #3BBA45;
}
.BgClassName
{
background-color: #3BBA45;
}
</style>
border-color css
<style>
span { border-color: #3BBA45; }
span { border-color: rgb(59,186,69); }
td.TdClassName
{
border-color: #3BBA45;
}
.TagClassName
{
border-color: #3BBA45;
}
</style>