Shades of Lime Green #3EE62C
Tints of Lime Green #3EE62C
RGB
CMYK
RGB Variations
Color information
#3EE62C (or 0x3EE62C) is known color: Lime Green. HEX triplet: 3E, E6 and 2C. RGB value is (62,230,44). Sum of RGB (Red+Green+Blue) = 62+230+44=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 230 (90.23% from 255 or 68.45% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE62C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE62C is #C119D3. Grayscale: #9F9F9F. Windows color (decimal): -12655060 or 2942526. OLE color: 2942526.
HSL color Cylindrical-coordinate representation of color #3EE62C: hue angle of 114.19º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EE62C is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 230 | 44 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.10 |
| HSL | 114.19º | 0.79% | 0.54% | - |
| HSV(B) | 114.19º | 0.81% | 0.9% | - |
| XYZ | 30.74 | 57.8 | 11.92 | - |
| YUV | 158.56 | 63.34 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 230 | 44 | 0.73 | 0 | 0.81 | 0.10 | 114.19 | 0.79 | 0.54 |
| Hex | 3E | E6 | 2C | 49 | 0 | 51 | A | 72 | 4F | 36 |
| Octal | 76 | 346 | 54 | 111 | 0 | 121 | 12 | 162 | 117 | 66 |
| Binary | 111110 | 11100110 | 101100 | 1001001 | 0 | 1010001 | 1010 | 1110010 | 1001111 | 110110 |
Color Harmonies of #3EE62C
Complementary color
Monochromatic Colors of #3EE62C
Black with #3EE62C
Text Example
Text Example
White with #3EE62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE62C; }
p { color: rgb(62,230,44); }
H1.HeaderClassName
{
color: #3EE62C;
}
.AnyTagClassName
{
color: #3EE62C;
}
</style>
background-color css
<style>
a { background-color: #3EE62C; }
a { background-color: rgb(62,230,44); }
div.DivClassName
{
background-color: #3EE62C;
}
.BgClassName
{
background-color: #3EE62C;
}
</style>
border-color css
<style>
span { border-color: #3EE62C; }
span { border-color: rgb(62,230,44); }
td.TdClassName
{
border-color: #3EE62C;
}
.TagClassName
{
border-color: #3EE62C;
}
</style>