Shades of Lime Green #3BC851
Tints of Lime Green #3BC851
RGB
CMYK
RGB Variations
Color information
#3BC851 (or 0x3BC851) is known color: Lime Green. HEX triplet: 3B, C8 and 51. RGB value is (59,200,81). Sum of RGB (Red+Green+Blue) = 59+200+81=340 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.35% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC851 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC851 is #C437AE. Grayscale: #909090. Windows color (decimal): -12859311 or 5359675. OLE color: 5359675.
HSL color Cylindrical-coordinate representation of color #3BC851: hue angle of 129.36º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC851 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 81 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.22 |
| HSL | 129.36º | 0.56% | 0.51% | - |
| HSV(B) | 129.36º | 0.71% | 0.78% | - |
| XYZ | 23.94 | 42.83 | 14.79 | - |
| YUV | 144.28 | 92.29 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 81 | 0.70 | 0 | 0.59 | 0.22 | 129.36 | 0.56 | 0.51 |
| Hex | 3B | C8 | 51 | 46 | 0 | 3B | 16 | 81 | 38 | 33 |
| Octal | 73 | 310 | 121 | 106 | 0 | 73 | 26 | 201 | 70 | 63 |
| Binary | 111011 | 11001000 | 1010001 | 1000110 | 0 | 111011 | 10110 | 10000001 | 111000 | 110011 |
Color Harmonies of #3BC851
Complementary color
Monochromatic Colors of #3BC851
Black with #3BC851
Text Example
Text Example
White with #3BC851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC851; }
p { color: rgb(59,200,81); }
H1.HeaderClassName
{
color: #3BC851;
}
.AnyTagClassName
{
color: #3BC851;
}
</style>
background-color css
<style>
a { background-color: #3BC851; }
a { background-color: rgb(59,200,81); }
div.DivClassName
{
background-color: #3BC851;
}
.BgClassName
{
background-color: #3BC851;
}
</style>
border-color css
<style>
span { border-color: #3BC851; }
span { border-color: rgb(59,200,81); }
td.TdClassName
{
border-color: #3BC851;
}
.TagClassName
{
border-color: #3BC851;
}
</style>