Shades of Lime Green #3EE02C
Tints of Lime Green #3EE02C
RGB
CMYK
RGB Variations
Color information
#3EE02C (or 0x3EE02C) is known color: Lime Green. HEX triplet: 3E, E0 and 2C. RGB value is (62,224,44). Sum of RGB (Red+Green+Blue) = 62+224+44=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 224 (87.89% from 255 or 67.88% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE02C is #C11FD3. Grayscale: #9B9B9B. Windows color (decimal): -12656596 or 2940990. OLE color: 2940990.
HSL color Cylindrical-coordinate representation of color #3EE02C: hue angle of 114º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3EE02C is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 44 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.12 |
| HSL | 114º | 0.74% | 0.53% | - |
| HSV(B) | 114º | 0.8% | 0.88% | - |
| XYZ | 29.1 | 54.52 | 11.37 | - |
| YUV | 155.04 | 65.33 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 44 | 0.72 | 0 | 0.80 | 0.12 | 114 | 0.74 | 0.53 |
| Hex | 3E | E0 | 2C | 48 | 0 | 50 | C | 72 | 4A | 35 |
| Octal | 76 | 340 | 54 | 110 | 0 | 120 | 14 | 162 | 112 | 65 |
| Binary | 111110 | 11100000 | 101100 | 1001000 | 0 | 1010000 | 1100 | 1110010 | 1001010 | 110101 |
Color Harmonies of #3EE02C
Complementary color
Monochromatic Colors of #3EE02C
Black with #3EE02C
Text Example
Text Example
White with #3EE02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE02C; }
p { color: rgb(62,224,44); }
H1.HeaderClassName
{
color: #3EE02C;
}
.AnyTagClassName
{
color: #3EE02C;
}
</style>
background-color css
<style>
a { background-color: #3EE02C; }
a { background-color: rgb(62,224,44); }
div.DivClassName
{
background-color: #3EE02C;
}
.BgClassName
{
background-color: #3EE02C;
}
</style>
border-color css
<style>
span { border-color: #3EE02C; }
span { border-color: rgb(62,224,44); }
td.TdClassName
{
border-color: #3EE02C;
}
.TagClassName
{
border-color: #3EE02C;
}
</style>