Shades of Lime Green #3EDC53
Tints of Lime Green #3EDC53
RGB
CMYK
RGB Variations
Color information
#3EDC53 (or 0x3EDC53) is known color: Lime Green. HEX triplet: 3E, DC and 53. RGB value is (62,220,83). Sum of RGB (Red+Green+Blue) = 62+220+83=365 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.99% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EDC53 is #C123AC. Grayscale: #9D9D9D. Windows color (decimal): -12657581 or 5495870. OLE color: 5495870.
HSL color Cylindrical-coordinate representation of color #3EDC53: hue angle of 127.97º 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 #3EDC53 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 83 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.14 |
| HSL | 127.97º | 0.69% | 0.55% | - |
| HSV(B) | 127.97º | 0.72% | 0.86% | - |
| XYZ | 29.14 | 52.84 | 16.85 | - |
| YUV | 157.14 | 86.15 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 83 | 0.72 | 0 | 0.62 | 0.14 | 127.97 | 0.69 | 0.55 |
| Hex | 3E | DC | 53 | 48 | 0 | 3E | E | 80 | 45 | 37 |
| Octal | 76 | 334 | 123 | 110 | 0 | 76 | 16 | 200 | 105 | 67 |
| Binary | 111110 | 11011100 | 1010011 | 1001000 | 0 | 111110 | 1110 | 10000000 | 1000101 | 110111 |
Color Harmonies of #3EDC53
Complementary color
Monochromatic Colors of #3EDC53
Black with #3EDC53
Text Example
Text Example
White with #3EDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC53; }
p { color: rgb(62,220,83); }
H1.HeaderClassName
{
color: #3EDC53;
}
.AnyTagClassName
{
color: #3EDC53;
}
</style>
background-color css
<style>
a { background-color: #3EDC53; }
a { background-color: rgb(62,220,83); }
div.DivClassName
{
background-color: #3EDC53;
}
.BgClassName
{
background-color: #3EDC53;
}
</style>
border-color css
<style>
span { border-color: #3EDC53; }
span { border-color: rgb(62,220,83); }
td.TdClassName
{
border-color: #3EDC53;
}
.TagClassName
{
border-color: #3EDC53;
}
</style>