Shades of Lime Green #3EC741
Tints of Lime Green #3EC741
RGB
CMYK
RGB Variations
Color information
#3EC741 (or 0x3EC741) is known color: Lime Green. HEX triplet: 3E, C7 and 41. RGB value is (62,199,65). Sum of RGB (Red+Green+Blue) = 62+199+65=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #3EC741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC741 is #C138BE. Grayscale: #8F8F8F. Windows color (decimal): -12662975 or 4310846. OLE color: 4310846.
HSL color Cylindrical-coordinate representation of color #3EC741: hue angle of 121.31º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC741 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 199 | 65 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.22 |
| HSL | 121.31º | 0.55% | 0.51% | - |
| HSV(B) | 121.31º | 0.69% | 0.78% | - |
| XYZ | 23.36 | 42.25 | 11.93 | - |
| YUV | 142.76 | 84.11 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 199 | 65 | 0.69 | 0 | 0.67 | 0.22 | 121.31 | 0.55 | 0.51 |
| Hex | 3E | C7 | 41 | 45 | 0 | 43 | 16 | 79 | 37 | 33 |
| Octal | 76 | 307 | 101 | 105 | 0 | 103 | 26 | 171 | 67 | 63 |
| Binary | 111110 | 11000111 | 1000001 | 1000101 | 0 | 1000011 | 10110 | 1111001 | 110111 | 110011 |
Color Harmonies of #3EC741
Complementary color
Monochromatic Colors of #3EC741
Black with #3EC741
Text Example
Text Example
White with #3EC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC741; }
p { color: rgb(62,199,65); }
H1.HeaderClassName
{
color: #3EC741;
}
.AnyTagClassName
{
color: #3EC741;
}
</style>
background-color css
<style>
a { background-color: #3EC741; }
a { background-color: rgb(62,199,65); }
div.DivClassName
{
background-color: #3EC741;
}
.BgClassName
{
background-color: #3EC741;
}
</style>
border-color css
<style>
span { border-color: #3EC741; }
span { border-color: rgb(62,199,65); }
td.TdClassName
{
border-color: #3EC741;
}
.TagClassName
{
border-color: #3EC741;
}
</style>