Shades of Lime Green #3EC02A
Tints of Lime Green #3EC02A
RGB
CMYK
RGB Variations
Color information
#3EC02A (or 0x3EC02A) is known color: Lime Green. HEX triplet: 3E, C0 and 2A. RGB value is (62,192,42). Sum of RGB (Red+Green+Blue) = 62+192+42=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #3EC02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC02A is #C13FD5. Grayscale: #888888. Windows color (decimal): -12664790 or 2801726. OLE color: 2801726.
HSL color Cylindrical-coordinate representation of color #3EC02A: hue angle of 112º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3EC02A is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 62 | 192 | 42 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.25 |
| HSL | 112º | 0.64% | 0.46% | - |
| HSV(B) | 112º | 0.78% | 0.75% | - |
| XYZ | 21.25 | 38.89 | 8.58 | - |
| YUV | 136.03 | 74.93 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 192 | 42 | 0.68 | 0 | 0.78 | 0.25 | 112 | 0.64 | 0.46 |
| Hex | 3E | C0 | 2A | 44 | 0 | 4E | 19 | 70 | 40 | 2E |
| Octal | 76 | 300 | 52 | 104 | 0 | 116 | 31 | 160 | 100 | 56 |
| Binary | 111110 | 11000000 | 101010 | 1000100 | 0 | 1001110 | 11001 | 1110000 | 1000000 | 101110 |
Color Harmonies of #3EC02A
Complementary color
Monochromatic Colors of #3EC02A
Black with #3EC02A
Text Example
Text Example
White with #3EC02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC02A; }
p { color: rgb(62,192,42); }
H1.HeaderClassName
{
color: #3EC02A;
}
.AnyTagClassName
{
color: #3EC02A;
}
</style>
background-color css
<style>
a { background-color: #3EC02A; }
a { background-color: rgb(62,192,42); }
div.DivClassName
{
background-color: #3EC02A;
}
.BgClassName
{
background-color: #3EC02A;
}
</style>
border-color css
<style>
span { border-color: #3EC02A; }
span { border-color: rgb(62,192,42); }
td.TdClassName
{
border-color: #3EC02A;
}
.TagClassName
{
border-color: #3EC02A;
}
</style>