Shades of Lime Green #3BC541
Tints of Lime Green #3BC541
RGB
CMYK
RGB Variations
Color information
#3BC541 (or 0x3BC541) is known color: Lime Green. HEX triplet: 3B, C5 and 41. RGB value is (59,197,65). Sum of RGB (Red+Green+Blue) = 59+197+65=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC541 is #C43ABE. Grayscale: #8D8D8D. Windows color (decimal): -12860095 or 4310331. OLE color: 4310331.
HSL color Cylindrical-coordinate representation of color #3BC541: hue angle of 122.61º 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 #3BC541 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 59 | 197 | 65 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.23 |
| HSL | 122.61º | 0.54% | 0.5% | - |
| HSV(B) | 122.61º | 0.7% | 0.77% | - |
| XYZ | 22.72 | 41.24 | 11.76 | - |
| YUV | 140.69 | 85.28 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 65 | 0.70 | 0 | 0.67 | 0.23 | 122.61 | 0.54 | 0.5 |
| Hex | 3B | C5 | 41 | 46 | 0 | 43 | 17 | 7B | 36 | 32 |
| Octal | 73 | 305 | 101 | 106 | 0 | 103 | 27 | 173 | 66 | 62 |
| Binary | 111011 | 11000101 | 1000001 | 1000110 | 0 | 1000011 | 10111 | 1111011 | 110110 | 110010 |
Color Harmonies of #3BC541
Complementary color
Monochromatic Colors of #3BC541
Black with #3BC541
Text Example
Text Example
White with #3BC541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC541; }
p { color: rgb(59,197,65); }
H1.HeaderClassName
{
color: #3BC541;
}
.AnyTagClassName
{
color: #3BC541;
}
</style>
background-color css
<style>
a { background-color: #3BC541; }
a { background-color: rgb(59,197,65); }
div.DivClassName
{
background-color: #3BC541;
}
.BgClassName
{
background-color: #3BC541;
}
</style>
border-color css
<style>
span { border-color: #3BC541; }
span { border-color: rgb(59,197,65); }
td.TdClassName
{
border-color: #3BC541;
}
.TagClassName
{
border-color: #3BC541;
}
</style>