Shades of Lime Green #3BDC50
Tints of Lime Green #3BDC50
RGB
CMYK
RGB Variations
Color information
#3BDC50 (or 0x3BDC50) is known color: Lime Green. HEX triplet: 3B, DC and 50. RGB value is (59,220,80). Sum of RGB (Red+Green+Blue) = 59+220+80=359 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.43% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDC50 is #C423AF. Grayscale: #9C9C9C. Windows color (decimal): -12854192 or 5299259. OLE color: 5299259.
HSL color Cylindrical-coordinate representation of color #3BDC50: hue angle of 127.83º 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 #3BDC50 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 80 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.14 |
| HSL | 127.83º | 0.7% | 0.55% | - |
| HSV(B) | 127.83º | 0.73% | 0.86% | - |
| XYZ | 28.84 | 52.7 | 16.24 | - |
| YUV | 155.9 | 85.16 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 80 | 0.73 | 0 | 0.64 | 0.14 | 127.83 | 0.7 | 0.55 |
| Hex | 3B | DC | 50 | 49 | 0 | 40 | E | 80 | 46 | 37 |
| Octal | 73 | 334 | 120 | 111 | 0 | 100 | 16 | 200 | 106 | 67 |
| Binary | 111011 | 11011100 | 1010000 | 1001001 | 0 | 1000000 | 1110 | 10000000 | 1000110 | 110111 |
Color Harmonies of #3BDC50
Complementary color
Monochromatic Colors of #3BDC50
Black with #3BDC50
Text Example
Text Example
White with #3BDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC50; }
p { color: rgb(59,220,80); }
H1.HeaderClassName
{
color: #3BDC50;
}
.AnyTagClassName
{
color: #3BDC50;
}
</style>
background-color css
<style>
a { background-color: #3BDC50; }
a { background-color: rgb(59,220,80); }
div.DivClassName
{
background-color: #3BDC50;
}
.BgClassName
{
background-color: #3BDC50;
}
</style>
border-color css
<style>
span { border-color: #3BDC50; }
span { border-color: rgb(59,220,80); }
td.TdClassName
{
border-color: #3BDC50;
}
.TagClassName
{
border-color: #3BDC50;
}
</style>