Shades of Lime Green #3BBC3F
Tints of Lime Green #3BBC3F
RGB
CMYK
RGB Variations
Color information
#3BBC3F (or 0x3BBC3F) is known color: Lime Green. HEX triplet: 3B, BC and 3F. RGB value is (59,188,63). Sum of RGB (Red+Green+Blue) = 59+188+63=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC3F is #C443C0. Grayscale: #878787. Windows color (decimal): -12862401 or 4176955. OLE color: 4176955.
HSL color Cylindrical-coordinate representation of color #3BBC3F: hue angle of 121.86º 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 #3BBC3F is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 63 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.26 |
| HSL | 121.86º | 0.52% | 0.48% | - |
| HSV(B) | 121.86º | 0.69% | 0.74% | - |
| XYZ | 20.68 | 37.26 | 10.8 | - |
| YUV | 135.18 | 87.26 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 63 | 0.69 | 0 | 0.66 | 0.26 | 121.86 | 0.52 | 0.48 |
| Hex | 3B | BC | 3F | 45 | 0 | 42 | 1A | 7A | 34 | 30 |
| Octal | 73 | 274 | 77 | 105 | 0 | 102 | 32 | 172 | 64 | 60 |
| Binary | 111011 | 10111100 | 111111 | 1000101 | 0 | 1000010 | 11010 | 1111010 | 110100 | 110000 |
Color Harmonies of #3BBC3F
Complementary color
Monochromatic Colors of #3BBC3F
Black with #3BBC3F
Text Example
Text Example
White with #3BBC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC3F; }
p { color: rgb(59,188,63); }
H1.HeaderClassName
{
color: #3BBC3F;
}
.AnyTagClassName
{
color: #3BBC3F;
}
</style>
background-color css
<style>
a { background-color: #3BBC3F; }
a { background-color: rgb(59,188,63); }
div.DivClassName
{
background-color: #3BBC3F;
}
.BgClassName
{
background-color: #3BBC3F;
}
</style>
border-color css
<style>
span { border-color: #3BBC3F; }
span { border-color: rgb(59,188,63); }
td.TdClassName
{
border-color: #3BBC3F;
}
.TagClassName
{
border-color: #3BBC3F;
}
</style>