Shades of Lime Green #3EC731
Tints of Lime Green #3EC731
RGB
CMYK
RGB Variations
Color information
#3EC731 (or 0x3EC731) is known color: Lime Green. HEX triplet: 3E, C7 and 31. RGB value is (62,199,49). Sum of RGB (Red+Green+Blue) = 62+199+49=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 199 (78.12% from 255 or 64.19% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 199 - color contains mainly: green. Hex color #3EC731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC731 is #C138CE. Grayscale: #8D8D8D. Windows color (decimal): -12662991 or 3262270. OLE color: 3262270.
HSL color Cylindrical-coordinate representation of color #3EC731: hue angle of 114.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EC731 is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 199 | 49 | - |
| CMYK | 0.69 | 0 | 0.75 | 0.22 |
| HSL | 114.8º | 0.6% | 0.49% | - |
| HSV(B) | 114.8º | 0.75% | 0.78% | - |
| XYZ | 22.96 | 42.09 | 9.82 | - |
| YUV | 140.94 | 76.11 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 199 | 49 | 0.69 | 0 | 0.75 | 0.22 | 114.8 | 0.6 | 0.49 |
| Hex | 3E | C7 | 31 | 45 | 0 | 4B | 16 | 73 | 3C | 31 |
| Octal | 76 | 307 | 61 | 105 | 0 | 113 | 26 | 163 | 74 | 61 |
| Binary | 111110 | 11000111 | 110001 | 1000101 | 0 | 1001011 | 10110 | 1110011 | 111100 | 110001 |
Color Harmonies of #3EC731
Complementary color
Monochromatic Colors of #3EC731
Black with #3EC731
Text Example
Text Example
White with #3EC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC731; }
p { color: rgb(62,199,49); }
H1.HeaderClassName
{
color: #3EC731;
}
.AnyTagClassName
{
color: #3EC731;
}
</style>
background-color css
<style>
a { background-color: #3EC731; }
a { background-color: rgb(62,199,49); }
div.DivClassName
{
background-color: #3EC731;
}
.BgClassName
{
background-color: #3EC731;
}
</style>
border-color css
<style>
span { border-color: #3EC731; }
span { border-color: rgb(62,199,49); }
td.TdClassName
{
border-color: #3EC731;
}
.TagClassName
{
border-color: #3EC731;
}
</style>