Shades of Lime Green #3BCA56
Tints of Lime Green #3BCA56
RGB
CMYK
RGB Variations
Color information
#3BCA56 (or 0x3BCA56) is known color: Lime Green. HEX triplet: 3B, CA and 56. RGB value is (59,202,86). Sum of RGB (Red+Green+Blue) = 59+202+86=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCA56 is #C435A9. Grayscale: #929292. Windows color (decimal): -12858794 or 5687867. OLE color: 5687867.
HSL color Cylindrical-coordinate representation of color #3BCA56: hue angle of 131.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCA56 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 202 | 86 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.21 |
| HSL | 131.33º | 0.57% | 0.51% | - |
| HSV(B) | 131.33º | 0.71% | 0.79% | - |
| XYZ | 24.6 | 43.84 | 15.97 | - |
| YUV | 146.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 202 | 86 | 0.71 | 0 | 0.57 | 0.21 | 131.33 | 0.57 | 0.51 |
| Hex | 3B | CA | 56 | 47 | 0 | 39 | 15 | 83 | 39 | 33 |
| Octal | 73 | 312 | 126 | 107 | 0 | 71 | 25 | 203 | 71 | 63 |
| Binary | 111011 | 11001010 | 1010110 | 1000111 | 0 | 111001 | 10101 | 10000011 | 111001 | 110011 |
Color Harmonies of #3BCA56
Complementary color
Monochromatic Colors of #3BCA56
Black with #3BCA56
Text Example
Text Example
White with #3BCA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCA56; }
p { color: rgb(59,202,86); }
H1.HeaderClassName
{
color: #3BCA56;
}
.AnyTagClassName
{
color: #3BCA56;
}
</style>
background-color css
<style>
a { background-color: #3BCA56; }
a { background-color: rgb(59,202,86); }
div.DivClassName
{
background-color: #3BCA56;
}
.BgClassName
{
background-color: #3BCA56;
}
</style>
border-color css
<style>
span { border-color: #3BCA56; }
span { border-color: rgb(59,202,86); }
td.TdClassName
{
border-color: #3BCA56;
}
.TagClassName
{
border-color: #3BCA56;
}
</style>