Shades of Lime Green #3BC852
Tints of Lime Green #3BC852
RGB
CMYK
RGB Variations
Color information
#3BC852 (or 0x3BC852) is known color: Lime Green. HEX triplet: 3B, C8 and 52. RGB value is (59,200,82). Sum of RGB (Red+Green+Blue) = 59+200+82=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC852 is #C437AD. Grayscale: #909090. Windows color (decimal): -12859310 or 5425211. OLE color: 5425211.
HSL color Cylindrical-coordinate representation of color #3BC852: hue angle of 129.79º 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 #3BC852 is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 82 | - |
| CMYK | 0.70 | 0 | 0.59 | 0.22 |
| HSL | 129.79º | 0.56% | 0.51% | - |
| HSV(B) | 129.79º | 0.71% | 0.78% | - |
| XYZ | 23.98 | 42.85 | 14.99 | - |
| YUV | 144.39 | 92.79 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 82 | 0.70 | 0 | 0.59 | 0.22 | 129.79 | 0.56 | 0.51 |
| Hex | 3B | C8 | 52 | 46 | 0 | 3B | 16 | 82 | 38 | 33 |
| Octal | 73 | 310 | 122 | 106 | 0 | 73 | 26 | 202 | 70 | 63 |
| Binary | 111011 | 11001000 | 1010010 | 1000110 | 0 | 111011 | 10110 | 10000010 | 111000 | 110011 |
Color Harmonies of #3BC852
Complementary color
Monochromatic Colors of #3BC852
Black with #3BC852
Text Example
Text Example
White with #3BC852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC852; }
p { color: rgb(59,200,82); }
H1.HeaderClassName
{
color: #3BC852;
}
.AnyTagClassName
{
color: #3BC852;
}
</style>
background-color css
<style>
a { background-color: #3BC852; }
a { background-color: rgb(59,200,82); }
div.DivClassName
{
background-color: #3BC852;
}
.BgClassName
{
background-color: #3BC852;
}
</style>
border-color css
<style>
span { border-color: #3BC852; }
span { border-color: rgb(59,200,82); }
td.TdClassName
{
border-color: #3BC852;
}
.TagClassName
{
border-color: #3BC852;
}
</style>