Shades of Lime Green #3BC850
Tints of Lime Green #3BC850
RGB
CMYK
RGB Variations
Color information
#3BC850 (or 0x3BC850) is known color: Lime Green. HEX triplet: 3B, C8 and 50. RGB value is (59,200,80). Sum of RGB (Red+Green+Blue) = 59+200+80=339 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.40% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC850 is #C437AF. Grayscale: #909090. Windows color (decimal): -12859312 or 5294139. OLE color: 5294139.
HSL color Cylindrical-coordinate representation of color #3BC850: hue angle of 128.94º 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 #3BC850 is Cyan = 0.70, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 80 | - |
| CMYK | 0.70 | 0 | 0.6 | 0.22 |
| HSL | 128.94º | 0.56% | 0.51% | - |
| HSV(B) | 128.94º | 0.71% | 0.78% | - |
| XYZ | 23.91 | 42.82 | 14.59 | - |
| YUV | 144.16 | 91.79 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 80 | 0.70 | 0 | 0.6 | 0.22 | 128.94 | 0.56 | 0.51 |
| Hex | 3B | C8 | 50 | 46 | 0 | 3C | 16 | 81 | 38 | 33 |
| Octal | 73 | 310 | 120 | 106 | 0 | 74 | 26 | 201 | 70 | 63 |
| Binary | 111011 | 11001000 | 1010000 | 1000110 | 0 | 111100 | 10110 | 10000001 | 111000 | 110011 |
Color Harmonies of #3BC850
Complementary color
Monochromatic Colors of #3BC850
Black with #3BC850
Text Example
Text Example
White with #3BC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC850; }
p { color: rgb(59,200,80); }
H1.HeaderClassName
{
color: #3BC850;
}
.AnyTagClassName
{
color: #3BC850;
}
</style>
background-color css
<style>
a { background-color: #3BC850; }
a { background-color: rgb(59,200,80); }
div.DivClassName
{
background-color: #3BC850;
}
.BgClassName
{
background-color: #3BC850;
}
</style>
border-color css
<style>
span { border-color: #3BC850; }
span { border-color: rgb(59,200,80); }
td.TdClassName
{
border-color: #3BC850;
}
.TagClassName
{
border-color: #3BC850;
}
</style>