Shades of Lime Green #3EC049
Tints of Lime Green #3EC049
RGB
CMYK
RGB Variations
Color information
#3EC049 (or 0x3EC049) is known color: Lime Green. HEX triplet: 3E, C0 and 49. RGB value is (62,192,73). Sum of RGB (Red+Green+Blue) = 62+192+73=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC049 is #C13FB6. Grayscale: #8B8B8B. Windows color (decimal): -12664759 or 4833342. OLE color: 4833342.
HSL color Cylindrical-coordinate representation of color #3EC049: hue angle of 125.08º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC049 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 73 | - |
| CMYK | 0.68 | 0 | 0.62 | 0.25 |
| HSL | 125.08º | 0.51% | 0.5% | - |
| HSV(B) | 125.08º | 0.68% | 0.75% | - |
| XYZ | 22.04 | 39.2 | 12.71 | - |
| YUV | 139.56 | 90.43 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 73 | 0.68 | 0 | 0.62 | 0.25 | 125.08 | 0.51 | 0.5 |
| Hex | 3E | C0 | 49 | 44 | 0 | 3E | 19 | 7D | 33 | 32 |
| Octal | 76 | 300 | 111 | 104 | 0 | 76 | 31 | 175 | 63 | 62 |
| Binary | 111110 | 11000000 | 1001001 | 1000100 | 0 | 111110 | 11001 | 1111101 | 110011 | 110010 |
Color Harmonies of #3EC049
Complementary color
Monochromatic Colors of #3EC049
Black with #3EC049
Text Example
Text Example
White with #3EC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC049; }
p { color: rgb(62,192,73); }
H1.HeaderClassName
{
color: #3EC049;
}
.AnyTagClassName
{
color: #3EC049;
}
</style>
background-color css
<style>
a { background-color: #3EC049; }
a { background-color: rgb(62,192,73); }
div.DivClassName
{
background-color: #3EC049;
}
.BgClassName
{
background-color: #3EC049;
}
</style>
border-color css
<style>
span { border-color: #3EC049; }
span { border-color: rgb(62,192,73); }
td.TdClassName
{
border-color: #3EC049;
}
.TagClassName
{
border-color: #3EC049;
}
</style>