Shades of Lime Green #3BC737
Tints of Lime Green #3BC737
RGB
CMYK
RGB Variations
Color information
#3BC737 (or 0x3BC737) is known color: Lime Green. HEX triplet: 3B, C7 and 37. RGB value is (59,199,55). Sum of RGB (Red+Green+Blue) = 59+199+55=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 199 (78.12% from 255 or 63.58% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 199 - color contains mainly: green. Hex color #3BC737 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC737 is #C438C8. Grayscale: #8D8D8D. Windows color (decimal): -12859593 or 3655483. OLE color: 3655483.
HSL color Cylindrical-coordinate representation of color #3BC737: hue angle of 118.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BC737 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 199 | 55 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.22 |
| HSL | 118.33º | 0.57% | 0.5% | - |
| HSV(B) | 118.33º | 0.72% | 0.78% | - |
| XYZ | 22.92 | 42.05 | 10.52 | - |
| YUV | 140.72 | 79.62 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 199 | 55 | 0.70 | 0 | 0.72 | 0.22 | 118.33 | 0.57 | 0.5 |
| Hex | 3B | C7 | 37 | 46 | 0 | 48 | 16 | 76 | 39 | 32 |
| Octal | 73 | 307 | 67 | 106 | 0 | 110 | 26 | 166 | 71 | 62 |
| Binary | 111011 | 11000111 | 110111 | 1000110 | 0 | 1001000 | 10110 | 1110110 | 111001 | 110010 |
Color Harmonies of #3BC737
Complementary color
Monochromatic Colors of #3BC737
Black with #3BC737
Text Example
Text Example
White with #3BC737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC737; }
p { color: rgb(59,199,55); }
H1.HeaderClassName
{
color: #3BC737;
}
.AnyTagClassName
{
color: #3BC737;
}
</style>
background-color css
<style>
a { background-color: #3BC737; }
a { background-color: rgb(59,199,55); }
div.DivClassName
{
background-color: #3BC737;
}
.BgClassName
{
background-color: #3BC737;
}
</style>
border-color css
<style>
span { border-color: #3BC737; }
span { border-color: rgb(59,199,55); }
td.TdClassName
{
border-color: #3BC737;
}
.TagClassName
{
border-color: #3BC737;
}
</style>