Shades of Lime Green #3EE242
Tints of Lime Green #3EE242
RGB
CMYK
RGB Variations
Color information
#3EE242 (or 0x3EE242) is known color: Lime Green. HEX triplet: 3E, E2 and 42. RGB value is (62,226,66). Sum of RGB (Red+Green+Blue) = 62+226+66=354 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.51% from 354); Green value is 226 (88.67% from 255 or 63.84% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 226 - color contains mainly: green. Hex color #3EE242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE242 is #C11DBD. Grayscale: #9F9F9F. Windows color (decimal): -12656062 or 4383294. OLE color: 4383294.
HSL color Cylindrical-coordinate representation of color #3EE242: hue angle of 121.46º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE242 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 226 | 66 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.11 |
| HSL | 121.46º | 0.74% | 0.56% | - |
| HSV(B) | 121.46º | 0.73% | 0.89% | - |
| XYZ | 30.17 | 55.81 | 14.34 | - |
| YUV | 158.72 | 75.67 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 226 | 66 | 0.73 | 0 | 0.71 | 0.11 | 121.46 | 0.74 | 0.56 |
| Hex | 3E | E2 | 42 | 49 | 0 | 47 | B | 79 | 4A | 38 |
| Octal | 76 | 342 | 102 | 111 | 0 | 107 | 13 | 171 | 112 | 70 |
| Binary | 111110 | 11100010 | 1000010 | 1001001 | 0 | 1000111 | 1011 | 1111001 | 1001010 | 111000 |
Color Harmonies of #3EE242
Complementary color
Monochromatic Colors of #3EE242
Black with #3EE242
Text Example
Text Example
White with #3EE242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE242; }
p { color: rgb(62,226,66); }
H1.HeaderClassName
{
color: #3EE242;
}
.AnyTagClassName
{
color: #3EE242;
}
</style>
background-color css
<style>
a { background-color: #3EE242; }
a { background-color: rgb(62,226,66); }
div.DivClassName
{
background-color: #3EE242;
}
.BgClassName
{
background-color: #3EE242;
}
</style>
border-color css
<style>
span { border-color: #3EE242; }
span { border-color: rgb(62,226,66); }
td.TdClassName
{
border-color: #3EE242;
}
.TagClassName
{
border-color: #3EE242;
}
</style>