Shades of Lime Green #3BC53A
Tints of Lime Green #3BC53A
RGB
CMYK
RGB Variations
Color information
#3BC53A (or 0x3BC53A) is known color: Lime Green. HEX triplet: 3B, C5 and 3A. RGB value is (59,197,58). Sum of RGB (Red+Green+Blue) = 59+197+58=314 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.79% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC53A is #C43AC5. Grayscale: #8C8C8C. Windows color (decimal): -12860102 or 3851579. OLE color: 3851579.
HSL color Cylindrical-coordinate representation of color #3BC53A: hue angle of 119.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC53A is Cyan = 0.70, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 58 | - |
| CMYK | 0.70 | 0 | 0.71 | 0.23 |
| HSL | 119.57º | 0.55% | 0.5% | - |
| HSV(B) | 119.57º | 0.71% | 0.77% | - |
| XYZ | 22.53 | 41.17 | 10.76 | - |
| YUV | 139.89 | 81.78 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 58 | 0.70 | 0 | 0.71 | 0.23 | 119.57 | 0.55 | 0.5 |
| Hex | 3B | C5 | 3A | 46 | 0 | 47 | 17 | 78 | 37 | 32 |
| Octal | 73 | 305 | 72 | 106 | 0 | 107 | 27 | 170 | 67 | 62 |
| Binary | 111011 | 11000101 | 111010 | 1000110 | 0 | 1000111 | 10111 | 1111000 | 110111 | 110010 |
Color Harmonies of #3BC53A
Complementary color
Monochromatic Colors of #3BC53A
Black with #3BC53A
Text Example
Text Example
White with #3BC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC53A; }
p { color: rgb(59,197,58); }
H1.HeaderClassName
{
color: #3BC53A;
}
.AnyTagClassName
{
color: #3BC53A;
}
</style>
background-color css
<style>
a { background-color: #3BC53A; }
a { background-color: rgb(59,197,58); }
div.DivClassName
{
background-color: #3BC53A;
}
.BgClassName
{
background-color: #3BC53A;
}
</style>
border-color css
<style>
span { border-color: #3BC53A; }
span { border-color: rgb(59,197,58); }
td.TdClassName
{
border-color: #3BC53A;
}
.TagClassName
{
border-color: #3BC53A;
}
</style>