Shades of Lime Green #3EEC4D
Tints of Lime Green #3EEC4D
RGB
CMYK
RGB Variations
Color information
#3EEC4D (or 0x3EEC4D) is known color: Lime Green. HEX triplet: 3E, EC and 4D. RGB value is (62,236,77). Sum of RGB (Red+Green+Blue) = 62+236+77=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 236 (92.58% from 255 or 62.93% from 375); Blue value is 77 (30.47% from 255 or 20.53% from 375); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3EEC4D is #C113B2. Grayscale: #A6A6A6. Windows color (decimal): -12653491 or 5106750. OLE color: 5106750.
HSL color Cylindrical-coordinate representation of color #3EEC4D: hue angle of 125.17º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEC4D is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 77 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.07 |
| HSL | 125.17º | 0.82% | 0.58% | - |
| HSV(B) | 125.17º | 0.74% | 0.93% | - |
| XYZ | 33.32 | 61.55 | 17.15 | - |
| YUV | 165.85 | 77.85 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 77 | 0.74 | 0 | 0.67 | 0.07 | 125.17 | 0.82 | 0.58 |
| Hex | 3E | EC | 4D | 4A | 0 | 43 | 7 | 7D | 52 | 3A |
| Octal | 76 | 354 | 115 | 112 | 0 | 103 | 7 | 175 | 122 | 72 |
| Binary | 111110 | 11101100 | 1001101 | 1001010 | 0 | 1000011 | 111 | 1111101 | 1010010 | 111010 |
Color Harmonies of #3EEC4D
Complementary color
Monochromatic Colors of #3EEC4D
Black with #3EEC4D
Text Example
Text Example
White with #3EEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC4D; }
p { color: rgb(62,236,77); }
H1.HeaderClassName
{
color: #3EEC4D;
}
.AnyTagClassName
{
color: #3EEC4D;
}
</style>
background-color css
<style>
a { background-color: #3EEC4D; }
a { background-color: rgb(62,236,77); }
div.DivClassName
{
background-color: #3EEC4D;
}
.BgClassName
{
background-color: #3EEC4D;
}
</style>
border-color css
<style>
span { border-color: #3EEC4D; }
span { border-color: rgb(62,236,77); }
td.TdClassName
{
border-color: #3EEC4D;
}
.TagClassName
{
border-color: #3EEC4D;
}
</style>