Shades of Lime Green #3EDD4D
Tints of Lime Green #3EDD4D
RGB
CMYK
RGB Variations
Color information
#3EDD4D (or 0x3EDD4D) is known color: Lime Green. HEX triplet: 3E, DD and 4D. RGB value is (62,221,77). Sum of RGB (Red+Green+Blue) = 62+221+77=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 221 (86.72% from 255 or 61.39% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 221 - color contains mainly: green. Hex color #3EDD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDD4D is #C122B2. Grayscale: #9D9D9D. Windows color (decimal): -12657331 or 5102910. OLE color: 5102910.
HSL color Cylindrical-coordinate representation of color #3EDD4D: hue angle of 125.66º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDD4D is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 62 | 221 | 77 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.13 |
| HSL | 125.66º | 0.7% | 0.55% | - |
| HSV(B) | 125.66º | 0.72% | 0.87% | - |
| XYZ | 29.18 | 53.27 | 15.77 | - |
| YUV | 157.04 | 82.82 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 221 | 77 | 0.72 | 0 | 0.65 | 0.13 | 125.66 | 0.7 | 0.55 |
| Hex | 3E | DD | 4D | 48 | 0 | 41 | D | 7E | 46 | 37 |
| Octal | 76 | 335 | 115 | 110 | 0 | 101 | 15 | 176 | 106 | 67 |
| Binary | 111110 | 11011101 | 1001101 | 1001000 | 0 | 1000001 | 1101 | 1111110 | 1000110 | 110111 |
Color Harmonies of #3EDD4D
Complementary color
Monochromatic Colors of #3EDD4D
Black with #3EDD4D
Text Example
Text Example
White with #3EDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDD4D; }
p { color: rgb(62,221,77); }
H1.HeaderClassName
{
color: #3EDD4D;
}
.AnyTagClassName
{
color: #3EDD4D;
}
</style>
background-color css
<style>
a { background-color: #3EDD4D; }
a { background-color: rgb(62,221,77); }
div.DivClassName
{
background-color: #3EDD4D;
}
.BgClassName
{
background-color: #3EDD4D;
}
</style>
border-color css
<style>
span { border-color: #3EDD4D; }
span { border-color: rgb(62,221,77); }
td.TdClassName
{
border-color: #3EDD4D;
}
.TagClassName
{
border-color: #3EDD4D;
}
</style>