Shades of Lime Green #3BDC52
Tints of Lime Green #3BDC52
RGB
CMYK
RGB Variations
Color information
#3BDC52 (or 0x3BDC52) is known color: Lime Green. HEX triplet: 3B, DC and 52. RGB value is (59,220,82). Sum of RGB (Red+Green+Blue) = 59+220+82=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDC52 is #C423AD. Grayscale: #9C9C9C. Windows color (decimal): -12854190 or 5430331. OLE color: 5430331.
HSL color Cylindrical-coordinate representation of color #3BDC52: hue angle of 128.57º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDC52 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 82 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.14 |
| HSL | 128.57º | 0.7% | 0.55% | - |
| HSV(B) | 128.57º | 0.73% | 0.86% | - |
| XYZ | 28.92 | 52.73 | 16.64 | - |
| YUV | 156.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 82 | 0.73 | 0 | 0.63 | 0.14 | 128.57 | 0.7 | 0.55 |
| Hex | 3B | DC | 52 | 49 | 0 | 3F | E | 81 | 46 | 37 |
| Octal | 73 | 334 | 122 | 111 | 0 | 77 | 16 | 201 | 106 | 67 |
| Binary | 111011 | 11011100 | 1010010 | 1001001 | 0 | 111111 | 1110 | 10000001 | 1000110 | 110111 |
Color Harmonies of #3BDC52
Complementary color
Monochromatic Colors of #3BDC52
Black with #3BDC52
Text Example
Text Example
White with #3BDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC52; }
p { color: rgb(59,220,82); }
H1.HeaderClassName
{
color: #3BDC52;
}
.AnyTagClassName
{
color: #3BDC52;
}
</style>
background-color css
<style>
a { background-color: #3BDC52; }
a { background-color: rgb(59,220,82); }
div.DivClassName
{
background-color: #3BDC52;
}
.BgClassName
{
background-color: #3BDC52;
}
</style>
border-color css
<style>
span { border-color: #3BDC52; }
span { border-color: rgb(59,220,82); }
td.TdClassName
{
border-color: #3BDC52;
}
.TagClassName
{
border-color: #3BDC52;
}
</style>