Shades of Lime Green #3BC54D
Tints of Lime Green #3BC54D
RGB
CMYK
RGB Variations
Color information
#3BC54D (or 0x3BC54D) is known color: Lime Green. HEX triplet: 3B, C5 and 4D. RGB value is (59,197,77). Sum of RGB (Red+Green+Blue) = 59+197+77=333 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.72% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC54D is #C43AB2. Grayscale: #8E8E8E. Windows color (decimal): -12860083 or 5096763. OLE color: 5096763.
HSL color Cylindrical-coordinate representation of color #3BC54D: hue angle of 127.83º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC54D is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 77 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.23 |
| HSL | 127.83º | 0.54% | 0.5% | - |
| HSV(B) | 127.83º | 0.7% | 0.77% | - |
| XYZ | 23.11 | 41.4 | 13.79 | - |
| YUV | 142.06 | 91.28 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 77 | 0.70 | 0 | 0.61 | 0.23 | 127.83 | 0.54 | 0.5 |
| Hex | 3B | C5 | 4D | 46 | 0 | 3D | 17 | 80 | 36 | 32 |
| Octal | 73 | 305 | 115 | 106 | 0 | 75 | 27 | 200 | 66 | 62 |
| Binary | 111011 | 11000101 | 1001101 | 1000110 | 0 | 111101 | 10111 | 10000000 | 110110 | 110010 |
Color Harmonies of #3BC54D
Complementary color
Monochromatic Colors of #3BC54D
Black with #3BC54D
Text Example
Text Example
White with #3BC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC54D; }
p { color: rgb(59,197,77); }
H1.HeaderClassName
{
color: #3BC54D;
}
.AnyTagClassName
{
color: #3BC54D;
}
</style>
background-color css
<style>
a { background-color: #3BC54D; }
a { background-color: rgb(59,197,77); }
div.DivClassName
{
background-color: #3BC54D;
}
.BgClassName
{
background-color: #3BC54D;
}
</style>
border-color css
<style>
span { border-color: #3BC54D; }
span { border-color: rgb(59,197,77); }
td.TdClassName
{
border-color: #3BC54D;
}
.TagClassName
{
border-color: #3BC54D;
}
</style>