Shades of Lime Green #3BBA37
Tints of Lime Green #3BBA37
RGB
CMYK
RGB Variations
Color information
#3BBA37 (or 0x3BBA37) is known color: Lime Green. HEX triplet: 3B, BA and 37. RGB value is (59,186,55). Sum of RGB (Red+Green+Blue) = 59+186+55=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #3BBA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBA37 is #C445C8. Grayscale: #858585. Windows color (decimal): -12862921 or 3652155. OLE color: 3652155.
HSL color Cylindrical-coordinate representation of color #3BBA37: hue angle of 118.17º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BBA37 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 186 | 55 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.27 |
| HSL | 118.17º | 0.54% | 0.47% | - |
| HSV(B) | 118.17º | 0.7% | 0.73% | - |
| XYZ | 20.05 | 36.32 | 9.57 | - |
| YUV | 133.09 | 83.92 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 186 | 55 | 0.68 | 0 | 0.70 | 0.27 | 118.17 | 0.54 | 0.47 |
| Hex | 3B | BA | 37 | 44 | 0 | 46 | 1B | 76 | 36 | 2F |
| Octal | 73 | 272 | 67 | 104 | 0 | 106 | 33 | 166 | 66 | 57 |
| Binary | 111011 | 10111010 | 110111 | 1000100 | 0 | 1000110 | 11011 | 1110110 | 110110 | 101111 |
Color Harmonies of #3BBA37
Complementary color
Monochromatic Colors of #3BBA37
Black with #3BBA37
Text Example
Text Example
White with #3BBA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBA37; }
p { color: rgb(59,186,55); }
H1.HeaderClassName
{
color: #3BBA37;
}
.AnyTagClassName
{
color: #3BBA37;
}
</style>
background-color css
<style>
a { background-color: #3BBA37; }
a { background-color: rgb(59,186,55); }
div.DivClassName
{
background-color: #3BBA37;
}
.BgClassName
{
background-color: #3BBA37;
}
</style>
border-color css
<style>
span { border-color: #3BBA37; }
span { border-color: rgb(59,186,55); }
td.TdClassName
{
border-color: #3BBA37;
}
.TagClassName
{
border-color: #3BBA37;
}
</style>