Shades of Lime Green #3EDC2A
Tints of Lime Green #3EDC2A
RGB
CMYK
RGB Variations
Color information
#3EDC2A (or 0x3EDC2A) is known color: Lime Green. HEX triplet: 3E, DC and 2A. RGB value is (62,220,42). Sum of RGB (Red+Green+Blue) = 62+220+42=324 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.14% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #3EDC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EDC2A is #C123D5. Grayscale: #999999. Windows color (decimal): -12657622 or 2808894. OLE color: 2808894.
HSL color Cylindrical-coordinate representation of color #3EDC2A: hue angle of 113.26º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EDC2A is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 220 | 42 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.14 |
| HSL | 113.26º | 0.72% | 0.51% | - |
| HSV(B) | 113.26º | 0.81% | 0.86% | - |
| XYZ | 28 | 52.38 | 10.82 | - |
| YUV | 152.47 | 65.65 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 220 | 42 | 0.72 | 0 | 0.81 | 0.14 | 113.26 | 0.72 | 0.51 |
| Hex | 3E | DC | 2A | 48 | 0 | 51 | E | 71 | 48 | 33 |
| Octal | 76 | 334 | 52 | 110 | 0 | 121 | 16 | 161 | 110 | 63 |
| Binary | 111110 | 11011100 | 101010 | 1001000 | 0 | 1010001 | 1110 | 1110001 | 1001000 | 110011 |
Color Harmonies of #3EDC2A
Complementary color
Monochromatic Colors of #3EDC2A
Black with #3EDC2A
Text Example
Text Example
White with #3EDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EDC2A; }
p { color: rgb(62,220,42); }
H1.HeaderClassName
{
color: #3EDC2A;
}
.AnyTagClassName
{
color: #3EDC2A;
}
</style>
background-color css
<style>
a { background-color: #3EDC2A; }
a { background-color: rgb(62,220,42); }
div.DivClassName
{
background-color: #3EDC2A;
}
.BgClassName
{
background-color: #3EDC2A;
}
</style>
border-color css
<style>
span { border-color: #3EDC2A; }
span { border-color: rgb(62,220,42); }
td.TdClassName
{
border-color: #3EDC2A;
}
.TagClassName
{
border-color: #3EDC2A;
}
</style>