Shades of Lime Green #3EDC4E
Tints of Lime Green #3EDC4E
RGB
CMYK
RGB Variations
Color information
#3EDC4E (or 0x3EDC4E) is known color: Lime Green. HEX triplet: 3E, DC and 4E. RGB value is (62,220,78). Sum of RGB (Red+Green+Blue) = 62+220+78=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDC4E is #C123B1. Grayscale: #9C9C9C. Windows color (decimal): -12657586 or 5168190. OLE color: 5168190.
HSL color Cylindrical-coordinate representation of color #3EDC4E: hue angle of 126.08º 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 #3EDC4E is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 78 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.14 |
| HSL | 126.08º | 0.69% | 0.55% | - |
| HSV(B) | 126.08º | 0.72% | 0.86% | - |
| XYZ | 28.95 | 52.76 | 15.87 | - |
| YUV | 156.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 78 | 0.72 | 0 | 0.65 | 0.14 | 126.08 | 0.69 | 0.55 |
| Hex | 3E | DC | 4E | 48 | 0 | 41 | E | 7E | 45 | 37 |
| Octal | 76 | 334 | 116 | 110 | 0 | 101 | 16 | 176 | 105 | 67 |
| Binary | 111110 | 11011100 | 1001110 | 1001000 | 0 | 1000001 | 1110 | 1111110 | 1000101 | 110111 |
Color Harmonies of #3EDC4E
Complementary color
Monochromatic Colors of #3EDC4E
Black with #3EDC4E
Text Example
Text Example
White with #3EDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC4E; }
p { color: rgb(62,220,78); }
H1.HeaderClassName
{
color: #3EDC4E;
}
.AnyTagClassName
{
color: #3EDC4E;
}
</style>
background-color css
<style>
a { background-color: #3EDC4E; }
a { background-color: rgb(62,220,78); }
div.DivClassName
{
background-color: #3EDC4E;
}
.BgClassName
{
background-color: #3EDC4E;
}
</style>
border-color css
<style>
span { border-color: #3EDC4E; }
span { border-color: rgb(62,220,78); }
td.TdClassName
{
border-color: #3EDC4E;
}
.TagClassName
{
border-color: #3EDC4E;
}
</style>