Shades of Lime Green #3EDC52
Tints of Lime Green #3EDC52
RGB
CMYK
RGB Variations
Color information
#3EDC52 (or 0x3EDC52) is known color: Lime Green. HEX triplet: 3E, DC and 52. RGB value is (62,220,82). Sum of RGB (Red+Green+Blue) = 62+220+82=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 220 (86.33% from 255 or 60.44% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDC52 is #C123AD. Grayscale: #9D9D9D. Windows color (decimal): -12657582 or 5430334. OLE color: 5430334.
HSL color Cylindrical-coordinate representation of color #3EDC52: hue angle of 127.59º 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 #3EDC52 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 82 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.14 |
| HSL | 127.59º | 0.69% | 0.55% | - |
| HSV(B) | 127.59º | 0.72% | 0.86% | - |
| XYZ | 29.1 | 52.82 | 16.64 | - |
| YUV | 157.03 | 85.65 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 82 | 0.72 | 0 | 0.63 | 0.14 | 127.59 | 0.69 | 0.55 |
| Hex | 3E | DC | 52 | 48 | 0 | 3F | E | 80 | 45 | 37 |
| Octal | 76 | 334 | 122 | 110 | 0 | 77 | 16 | 200 | 105 | 67 |
| Binary | 111110 | 11011100 | 1010010 | 1001000 | 0 | 111111 | 1110 | 10000000 | 1000101 | 110111 |
Color Harmonies of #3EDC52
Complementary color
Monochromatic Colors of #3EDC52
Black with #3EDC52
Text Example
Text Example
White with #3EDC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC52; }
p { color: rgb(62,220,82); }
H1.HeaderClassName
{
color: #3EDC52;
}
.AnyTagClassName
{
color: #3EDC52;
}
</style>
background-color css
<style>
a { background-color: #3EDC52; }
a { background-color: rgb(62,220,82); }
div.DivClassName
{
background-color: #3EDC52;
}
.BgClassName
{
background-color: #3EDC52;
}
</style>
border-color css
<style>
span { border-color: #3EDC52; }
span { border-color: rgb(62,220,82); }
td.TdClassName
{
border-color: #3EDC52;
}
.TagClassName
{
border-color: #3EDC52;
}
</style>