Shades of Lime Green #3BD620
Tints of Lime Green #3BD620
RGB
CMYK
RGB Variations
Color information
#3BD620 (or 0x3BD620) is known color: Lime Green. HEX triplet: 3B, D6 and 20. RGB value is (59,214,32). Sum of RGB (Red+Green+Blue) = 59+214+32=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD620 is #C429DF. Grayscale: #939393. Windows color (decimal): -12855776 or 2151995. OLE color: 2151995.
HSL color Cylindrical-coordinate representation of color #3BD620: hue angle of 111.1º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3BD620 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 59 | 214 | 32 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.16 |
| HSL | 111.1º | 0.74% | 0.48% | - |
| HSV(B) | 111.1º | 0.85% | 0.84% | - |
| XYZ | 26.11 | 49.13 | 9.47 | - |
| YUV | 146.91 | 63.15 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 214 | 32 | 0.72 | 0 | 0.85 | 0.16 | 111.1 | 0.74 | 0.48 |
| Hex | 3B | D6 | 20 | 48 | 0 | 55 | 10 | 6F | 4A | 30 |
| Octal | 73 | 326 | 40 | 110 | 0 | 125 | 20 | 157 | 112 | 60 |
| Binary | 111011 | 11010110 | 100000 | 1001000 | 0 | 1010101 | 10000 | 1101111 | 1001010 | 110000 |
Color Harmonies of #3BD620
Complementary color
Monochromatic Colors of #3BD620
Black with #3BD620
Text Example
Text Example
White with #3BD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BD620; }
p { color: rgb(59,214,32); }
H1.HeaderClassName
{
color: #3BD620;
}
.AnyTagClassName
{
color: #3BD620;
}
</style>
background-color css
<style>
a { background-color: #3BD620; }
a { background-color: rgb(59,214,32); }
div.DivClassName
{
background-color: #3BD620;
}
.BgClassName
{
background-color: #3BD620;
}
</style>
border-color css
<style>
span { border-color: #3BD620; }
span { border-color: rgb(59,214,32); }
td.TdClassName
{
border-color: #3BD620;
}
.TagClassName
{
border-color: #3BD620;
}
</style>