Shades of Lime Green #3EDC4D
Tints of Lime Green #3EDC4D
RGB
CMYK
RGB Variations
Color information
#3EDC4D (or 0x3EDC4D) is known color: Lime Green. HEX triplet: 3E, DC and 4D. RGB value is (62,220,77). Sum of RGB (Red+Green+Blue) = 62+220+77=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDC4D is #C123B2. Grayscale: #9C9C9C. Windows color (decimal): -12657587 or 5102654. OLE color: 5102654.
HSL color Cylindrical-coordinate representation of color #3EDC4D: hue angle of 125.7º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDC4D is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 77 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.14 |
| HSL | 125.7º | 0.69% | 0.55% | - |
| HSV(B) | 125.7º | 0.72% | 0.86% | - |
| XYZ | 28.92 | 52.75 | 15.68 | - |
| YUV | 156.46 | 83.15 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 77 | 0.72 | 0 | 0.65 | 0.14 | 125.7 | 0.69 | 0.55 |
| Hex | 3E | DC | 4D | 48 | 0 | 41 | E | 7E | 45 | 37 |
| Octal | 76 | 334 | 115 | 110 | 0 | 101 | 16 | 176 | 105 | 67 |
| Binary | 111110 | 11011100 | 1001101 | 1001000 | 0 | 1000001 | 1110 | 1111110 | 1000101 | 110111 |
Color Harmonies of #3EDC4D
Complementary color
Monochromatic Colors of #3EDC4D
Black with #3EDC4D
Text Example
Text Example
White with #3EDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC4D; }
p { color: rgb(62,220,77); }
H1.HeaderClassName
{
color: #3EDC4D;
}
.AnyTagClassName
{
color: #3EDC4D;
}
</style>
background-color css
<style>
a { background-color: #3EDC4D; }
a { background-color: rgb(62,220,77); }
div.DivClassName
{
background-color: #3EDC4D;
}
.BgClassName
{
background-color: #3EDC4D;
}
</style>
border-color css
<style>
span { border-color: #3EDC4D; }
span { border-color: rgb(62,220,77); }
td.TdClassName
{
border-color: #3EDC4D;
}
.TagClassName
{
border-color: #3EDC4D;
}
</style>