Shades of Lime Green #3BC037
Tints of Lime Green #3BC037
RGB
CMYK
RGB Variations
Color information
#3BC037 (or 0x3BC037) is known color: Lime Green. HEX triplet: 3B, C0 and 37. RGB value is (59,192,55). Sum of RGB (Red+Green+Blue) = 59+192+55=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC037 is #C43FC8. Grayscale: #898989. Windows color (decimal): -12861385 or 3653691. OLE color: 3653691.
HSL color Cylindrical-coordinate representation of color #3BC037: hue angle of 118.25º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC037 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 192 | 55 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.25 |
| HSL | 118.25º | 0.55% | 0.48% | - |
| HSV(B) | 118.25º | 0.71% | 0.75% | - |
| XYZ | 21.34 | 38.9 | 10 | - |
| YUV | 136.62 | 81.94 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 192 | 55 | 0.69 | 0 | 0.71 | 0.25 | 118.25 | 0.55 | 0.48 |
| Hex | 3B | C0 | 37 | 45 | 0 | 47 | 19 | 76 | 37 | 30 |
| Octal | 73 | 300 | 67 | 105 | 0 | 107 | 31 | 166 | 67 | 60 |
| Binary | 111011 | 11000000 | 110111 | 1000101 | 0 | 1000111 | 11001 | 1110110 | 110111 | 110000 |
Color Harmonies of #3BC037
Complementary color
Monochromatic Colors of #3BC037
Black with #3BC037
Text Example
Text Example
White with #3BC037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC037; }
p { color: rgb(59,192,55); }
H1.HeaderClassName
{
color: #3BC037;
}
.AnyTagClassName
{
color: #3BC037;
}
</style>
background-color css
<style>
a { background-color: #3BC037; }
a { background-color: rgb(59,192,55); }
div.DivClassName
{
background-color: #3BC037;
}
.BgClassName
{
background-color: #3BC037;
}
</style>
border-color css
<style>
span { border-color: #3BC037; }
span { border-color: rgb(59,192,55); }
td.TdClassName
{
border-color: #3BC037;
}
.TagClassName
{
border-color: #3BC037;
}
</style>