Shades of Lime Green #3EE44A
Tints of Lime Green #3EE44A
RGB
CMYK
RGB Variations
Color information
#3EE44A (or 0x3EE44A) is known color: Lime Green. HEX triplet: 3E, E4 and 4A. RGB value is (62,228,74). Sum of RGB (Red+Green+Blue) = 62+228+74=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 228 (89.45% from 255 or 62.64% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE44A is #C11BB5. Grayscale: #A1A1A1. Windows color (decimal): -12655542 or 4908094. OLE color: 4908094.
HSL color Cylindrical-coordinate representation of color #3EE44A: hue angle of 124.34º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE44A is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 228 | 74 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.11 |
| HSL | 124.34º | 0.75% | 0.57% | - |
| HSV(B) | 124.34º | 0.73% | 0.89% | - |
| XYZ | 30.97 | 57.01 | 15.85 | - |
| YUV | 160.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 228 | 74 | 0.73 | 0 | 0.68 | 0.11 | 124.34 | 0.75 | 0.57 |
| Hex | 3E | E4 | 4A | 49 | 0 | 44 | B | 7C | 4B | 39 |
| Octal | 76 | 344 | 112 | 111 | 0 | 104 | 13 | 174 | 113 | 71 |
| Binary | 111110 | 11100100 | 1001010 | 1001001 | 0 | 1000100 | 1011 | 1111100 | 1001011 | 111001 |
Color Harmonies of #3EE44A
Complementary color
Monochromatic Colors of #3EE44A
Black with #3EE44A
Text Example
Text Example
White with #3EE44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE44A; }
p { color: rgb(62,228,74); }
H1.HeaderClassName
{
color: #3EE44A;
}
.AnyTagClassName
{
color: #3EE44A;
}
</style>
background-color css
<style>
a { background-color: #3EE44A; }
a { background-color: rgb(62,228,74); }
div.DivClassName
{
background-color: #3EE44A;
}
.BgClassName
{
background-color: #3EE44A;
}
</style>
border-color css
<style>
span { border-color: #3EE44A; }
span { border-color: rgb(62,228,74); }
td.TdClassName
{
border-color: #3EE44A;
}
.TagClassName
{
border-color: #3EE44A;
}
</style>