Shades of Lime Green #3BC837
Tints of Lime Green #3BC837
RGB
CMYK
RGB Variations
Color information
#3BC837 (or 0x3BC837) is known color: Lime Green. HEX triplet: 3B, C8 and 37. RGB value is (59,200,55). Sum of RGB (Red+Green+Blue) = 59+200+55=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 200 (78.52% from 255 or 63.69% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC837 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC837 is #C437C8. Grayscale: #8D8D8D. Windows color (decimal): -12859337 or 3655739. OLE color: 3655739.
HSL color Cylindrical-coordinate representation of color #3BC837: hue angle of 118.34º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC837 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 55 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.22 |
| HSL | 118.34º | 0.57% | 0.5% | - |
| HSV(B) | 118.34º | 0.73% | 0.78% | - |
| XYZ | 23.15 | 42.51 | 10.6 | - |
| YUV | 141.31 | 79.29 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 55 | 0.70 | 0 | 0.72 | 0.22 | 118.34 | 0.57 | 0.5 |
| Hex | 3B | C8 | 37 | 46 | 0 | 48 | 16 | 76 | 39 | 32 |
| Octal | 73 | 310 | 67 | 106 | 0 | 110 | 26 | 166 | 71 | 62 |
| Binary | 111011 | 11001000 | 110111 | 1000110 | 0 | 1001000 | 10110 | 1110110 | 111001 | 110010 |
Color Harmonies of #3BC837
Complementary color
Monochromatic Colors of #3BC837
Black with #3BC837
Text Example
Text Example
White with #3BC837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC837; }
p { color: rgb(59,200,55); }
H1.HeaderClassName
{
color: #3BC837;
}
.AnyTagClassName
{
color: #3BC837;
}
</style>
background-color css
<style>
a { background-color: #3BC837; }
a { background-color: rgb(59,200,55); }
div.DivClassName
{
background-color: #3BC837;
}
.BgClassName
{
background-color: #3BC837;
}
</style>
border-color css
<style>
span { border-color: #3BC837; }
span { border-color: rgb(59,200,55); }
td.TdClassName
{
border-color: #3BC837;
}
.TagClassName
{
border-color: #3BC837;
}
</style>