Shades of Lime Green #3EE131
Tints of Lime Green #3EE131
RGB
CMYK
RGB Variations
Color information
#3EE131 (or 0x3EE131) is known color: Lime Green. HEX triplet: 3E, E1 and 31. RGB value is (62,225,49). Sum of RGB (Red+Green+Blue) = 62+225+49=336 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.45% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #3EE131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE131 is #C11ECE. Grayscale: #9C9C9C. Windows color (decimal): -12656335 or 3268926. OLE color: 3268926.
HSL color Cylindrical-coordinate representation of color #3EE131: hue angle of 115.57º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3EE131 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 225 | 49 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.12 |
| HSL | 115.57º | 0.75% | 0.54% | - |
| HSV(B) | 115.57º | 0.78% | 0.88% | - |
| XYZ | 29.47 | 55.1 | 11.99 | - |
| YUV | 156.2 | 67.5 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 225 | 49 | 0.72 | 0 | 0.78 | 0.12 | 115.57 | 0.75 | 0.54 |
| Hex | 3E | E1 | 31 | 48 | 0 | 4E | C | 74 | 4B | 36 |
| Octal | 76 | 341 | 61 | 110 | 0 | 116 | 14 | 164 | 113 | 66 |
| Binary | 111110 | 11100001 | 110001 | 1001000 | 0 | 1001110 | 1100 | 1110100 | 1001011 | 110110 |
Color Harmonies of #3EE131
Complementary color
Monochromatic Colors of #3EE131
Black with #3EE131
Text Example
Text Example
White with #3EE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE131; }
p { color: rgb(62,225,49); }
H1.HeaderClassName
{
color: #3EE131;
}
.AnyTagClassName
{
color: #3EE131;
}
</style>
background-color css
<style>
a { background-color: #3EE131; }
a { background-color: rgb(62,225,49); }
div.DivClassName
{
background-color: #3EE131;
}
.BgClassName
{
background-color: #3EE131;
}
</style>
border-color css
<style>
span { border-color: #3EE131; }
span { border-color: rgb(62,225,49); }
td.TdClassName
{
border-color: #3EE131;
}
.TagClassName
{
border-color: #3EE131;
}
</style>