Shades of Lime Green #3BC54C
Tints of Lime Green #3BC54C
RGB
CMYK
RGB Variations
Color information
#3BC54C (or 0x3BC54C) is known color: Lime Green. HEX triplet: 3B, C5 and 4C. RGB value is (59,197,76). Sum of RGB (Red+Green+Blue) = 59+197+76=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 197 (77.34% from 255 or 59.34% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC54C is #C43AB3. Grayscale: #8E8E8E. Windows color (decimal): -12860084 or 5031227. OLE color: 5031227.
HSL color Cylindrical-coordinate representation of color #3BC54C: hue angle of 127.39º 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 #3BC54C is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 76 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.23 |
| HSL | 127.39º | 0.54% | 0.5% | - |
| HSV(B) | 127.39º | 0.7% | 0.77% | - |
| XYZ | 23.07 | 41.38 | 13.61 | - |
| YUV | 141.94 | 90.78 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 76 | 0.70 | 0 | 0.61 | 0.23 | 127.39 | 0.54 | 0.5 |
| Hex | 3B | C5 | 4C | 46 | 0 | 3D | 17 | 7F | 36 | 32 |
| Octal | 73 | 305 | 114 | 106 | 0 | 75 | 27 | 177 | 66 | 62 |
| Binary | 111011 | 11000101 | 1001100 | 1000110 | 0 | 111101 | 10111 | 1111111 | 110110 | 110010 |
Color Harmonies of #3BC54C
Complementary color
Monochromatic Colors of #3BC54C
Black with #3BC54C
Text Example
Text Example
White with #3BC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC54C; }
p { color: rgb(59,197,76); }
H1.HeaderClassName
{
color: #3BC54C;
}
.AnyTagClassName
{
color: #3BC54C;
}
</style>
background-color css
<style>
a { background-color: #3BC54C; }
a { background-color: rgb(59,197,76); }
div.DivClassName
{
background-color: #3BC54C;
}
.BgClassName
{
background-color: #3BC54C;
}
</style>
border-color css
<style>
span { border-color: #3BC54C; }
span { border-color: rgb(59,197,76); }
td.TdClassName
{
border-color: #3BC54C;
}
.TagClassName
{
border-color: #3BC54C;
}
</style>