Shades of Lime Green #3BDC3E
Tints of Lime Green #3BDC3E
RGB
CMYK
RGB Variations
Color information
#3BDC3E (or 0x3BDC3E) is known color: Lime Green. HEX triplet: 3B, DC and 3E. RGB value is (59,220,62). Sum of RGB (Red+Green+Blue) = 59+220+62=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC3E is #C423C1. Grayscale: #9A9A9A. Windows color (decimal): -12854210 or 4119611. OLE color: 4119611.
HSL color Cylindrical-coordinate representation of color #3BDC3E: hue angle of 121.12º 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 #3BDC3E is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 220 | 62 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.14 |
| HSL | 121.12º | 0.7% | 0.55% | - |
| HSV(B) | 121.12º | 0.73% | 0.86% | - |
| XYZ | 28.27 | 52.46 | 13.19 | - |
| YUV | 153.85 | 76.16 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 220 | 62 | 0.73 | 0 | 0.72 | 0.14 | 121.12 | 0.7 | 0.55 |
| Hex | 3B | DC | 3E | 49 | 0 | 48 | E | 79 | 46 | 37 |
| Octal | 73 | 334 | 76 | 111 | 0 | 110 | 16 | 171 | 106 | 67 |
| Binary | 111011 | 11011100 | 111110 | 1001001 | 0 | 1001000 | 1110 | 1111001 | 1000110 | 110111 |
Color Harmonies of #3BDC3E
Complementary color
Monochromatic Colors of #3BDC3E
Black with #3BDC3E
Text Example
Text Example
White with #3BDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDC3E; }
p { color: rgb(59,220,62); }
H1.HeaderClassName
{
color: #3BDC3E;
}
.AnyTagClassName
{
color: #3BDC3E;
}
</style>
background-color css
<style>
a { background-color: #3BDC3E; }
a { background-color: rgb(59,220,62); }
div.DivClassName
{
background-color: #3BDC3E;
}
.BgClassName
{
background-color: #3BDC3E;
}
</style>
border-color css
<style>
span { border-color: #3BDC3E; }
span { border-color: rgb(59,220,62); }
td.TdClassName
{
border-color: #3BDC3E;
}
.TagClassName
{
border-color: #3BDC3E;
}
</style>