Shades of Lime Green #3BBC47
Tints of Lime Green #3BBC47
RGB
CMYK
RGB Variations
Color information
#3BBC47 (or 0x3BBC47) is known color: Lime Green. HEX triplet: 3B, BC and 47. RGB value is (59,188,71). Sum of RGB (Red+Green+Blue) = 59+188+71=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC47 is #C443B8. Grayscale: #888888. Windows color (decimal): -12862393 or 4701243. OLE color: 4701243.
HSL color Cylindrical-coordinate representation of color #3BBC47: hue angle of 125.58º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBC47 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 71 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.26 |
| HSL | 125.58º | 0.52% | 0.48% | - |
| HSV(B) | 125.58º | 0.69% | 0.74% | - |
| XYZ | 20.92 | 37.35 | 12.07 | - |
| YUV | 136.09 | 91.26 | 73.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 71 | 0.69 | 0 | 0.62 | 0.26 | 125.58 | 0.52 | 0.48 |
| Hex | 3B | BC | 47 | 45 | 0 | 3E | 1A | 7E | 34 | 30 |
| Octal | 73 | 274 | 107 | 105 | 0 | 76 | 32 | 176 | 64 | 60 |
| Binary | 111011 | 10111100 | 1000111 | 1000101 | 0 | 111110 | 11010 | 1111110 | 110100 | 110000 |
Color Harmonies of #3BBC47
Complementary color
Monochromatic Colors of #3BBC47
Black with #3BBC47
Text Example
Text Example
White with #3BBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC47; }
p { color: rgb(59,188,71); }
H1.HeaderClassName
{
color: #3BBC47;
}
.AnyTagClassName
{
color: #3BBC47;
}
</style>
background-color css
<style>
a { background-color: #3BBC47; }
a { background-color: rgb(59,188,71); }
div.DivClassName
{
background-color: #3BBC47;
}
.BgClassName
{
background-color: #3BBC47;
}
</style>
border-color css
<style>
span { border-color: #3BBC47; }
span { border-color: rgb(59,188,71); }
td.TdClassName
{
border-color: #3BBC47;
}
.TagClassName
{
border-color: #3BBC47;
}
</style>