Shades of Lime Green #3BDD20
Tints of Lime Green #3BDD20
RGB
CMYK
RGB Variations
Color information
#3BDD20 (or 0x3BDD20) is known color: Lime Green. HEX triplet: 3B, DD and 20. RGB value is (59,221,32). Sum of RGB (Red+Green+Blue) = 59+221+32=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDD20 is #C422DF. Grayscale: #979797. Windows color (decimal): -12853984 or 2153787. OLE color: 2153787.
HSL color Cylindrical-coordinate representation of color #3BDD20: hue angle of 111.43º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3BDD20 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 221 | 32 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.13 |
| HSL | 111.43º | 0.75% | 0.5% | - |
| HSV(B) | 111.43º | 0.86% | 0.87% | - |
| XYZ | 27.92 | 52.75 | 10.08 | - |
| YUV | 151.02 | 60.83 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 221 | 32 | 0.73 | 0 | 0.86 | 0.13 | 111.43 | 0.75 | 0.5 |
| Hex | 3B | DD | 20 | 49 | 0 | 56 | D | 6F | 4B | 32 |
| Octal | 73 | 335 | 40 | 111 | 0 | 126 | 15 | 157 | 113 | 62 |
| Binary | 111011 | 11011101 | 100000 | 1001001 | 0 | 1010110 | 1101 | 1101111 | 1001011 | 110010 |
Color Harmonies of #3BDD20
Complementary color
Monochromatic Colors of #3BDD20
Black with #3BDD20
Text Example
Text Example
White with #3BDD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDD20; }
p { color: rgb(59,221,32); }
H1.HeaderClassName
{
color: #3BDD20;
}
.AnyTagClassName
{
color: #3BDD20;
}
</style>
background-color css
<style>
a { background-color: #3BDD20; }
a { background-color: rgb(59,221,32); }
div.DivClassName
{
background-color: #3BDD20;
}
.BgClassName
{
background-color: #3BDD20;
}
</style>
border-color css
<style>
span { border-color: #3BDD20; }
span { border-color: rgb(59,221,32); }
td.TdClassName
{
border-color: #3BDD20;
}
.TagClassName
{
border-color: #3BDD20;
}
</style>