Shades of Lime Green #3EE041
Tints of Lime Green #3EE041
RGB
CMYK
RGB Variations
Color information
#3EE041 (or 0x3EE041) is known color: Lime Green. HEX triplet: 3E, E0 and 41. RGB value is (62,224,65). Sum of RGB (Red+Green+Blue) = 62+224+65=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE041 is #C11FBE. Grayscale: #9D9D9D. Windows color (decimal): -12656575 or 4317246. OLE color: 4317246.
HSL color Cylindrical-coordinate representation of color #3EE041: hue angle of 121.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE041 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 65 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.12 |
| HSL | 121.11º | 0.72% | 0.56% | - |
| HSV(B) | 121.11º | 0.72% | 0.88% | - |
| XYZ | 29.6 | 54.72 | 14 | - |
| YUV | 157.44 | 75.83 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 65 | 0.72 | 0 | 0.71 | 0.12 | 121.11 | 0.72 | 0.56 |
| Hex | 3E | E0 | 41 | 48 | 0 | 47 | C | 79 | 48 | 38 |
| Octal | 76 | 340 | 101 | 110 | 0 | 107 | 14 | 171 | 110 | 70 |
| Binary | 111110 | 11100000 | 1000001 | 1001000 | 0 | 1000111 | 1100 | 1111001 | 1001000 | 111000 |
Color Harmonies of #3EE041
Complementary color
Monochromatic Colors of #3EE041
Black with #3EE041
Text Example
Text Example
White with #3EE041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE041; }
p { color: rgb(62,224,65); }
H1.HeaderClassName
{
color: #3EE041;
}
.AnyTagClassName
{
color: #3EE041;
}
</style>
background-color css
<style>
a { background-color: #3EE041; }
a { background-color: rgb(62,224,65); }
div.DivClassName
{
background-color: #3EE041;
}
.BgClassName
{
background-color: #3EE041;
}
</style>
border-color css
<style>
span { border-color: #3EE041; }
span { border-color: rgb(62,224,65); }
td.TdClassName
{
border-color: #3EE041;
}
.TagClassName
{
border-color: #3EE041;
}
</style>