Shades of Lime Green #3EE532
Tints of Lime Green #3EE532
RGB
CMYK
RGB Variations
Color information
#3EE532 (or 0x3EE532) is known color: Lime Green. HEX triplet: 3E, E5 and 32. RGB value is (62,229,50). Sum of RGB (Red+Green+Blue) = 62+229+50=341 (45% of max value = 765). Red value is 62 (24.61% from 255 or 18.18% from 341); Green value is 229 (89.84% from 255 or 67.16% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 229 - color contains mainly: green. Hex color #3EE532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE532 is #C11ACD. Grayscale: #9F9F9F. Windows color (decimal): -12655310 or 3335486. OLE color: 3335486.
HSL color Cylindrical-coordinate representation of color #3EE532: hue angle of 115.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3EE532 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 229 | 50 | - |
| CMYK | 0.73 | 0 | 0.78 | 0.10 |
| HSL | 115.98º | 0.77% | 0.55% | - |
| HSV(B) | 115.98º | 0.78% | 0.9% | - |
| XYZ | 30.58 | 57.29 | 12.46 | - |
| YUV | 158.66 | 66.67 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 229 | 50 | 0.73 | 0 | 0.78 | 0.10 | 115.98 | 0.77 | 0.55 |
| Hex | 3E | E5 | 32 | 49 | 0 | 4E | A | 74 | 4D | 37 |
| Octal | 76 | 345 | 62 | 111 | 0 | 116 | 12 | 164 | 115 | 67 |
| Binary | 111110 | 11100101 | 110010 | 1001001 | 0 | 1001110 | 1010 | 1110100 | 1001101 | 110111 |
Color Harmonies of #3EE532
Complementary color
Monochromatic Colors of #3EE532
Black with #3EE532
Text Example
Text Example
White with #3EE532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE532; }
p { color: rgb(62,229,50); }
H1.HeaderClassName
{
color: #3EE532;
}
.AnyTagClassName
{
color: #3EE532;
}
</style>
background-color css
<style>
a { background-color: #3EE532; }
a { background-color: rgb(62,229,50); }
div.DivClassName
{
background-color: #3EE532;
}
.BgClassName
{
background-color: #3EE532;
}
</style>
border-color css
<style>
span { border-color: #3EE532; }
span { border-color: rgb(62,229,50); }
td.TdClassName
{
border-color: #3EE532;
}
.TagClassName
{
border-color: #3EE532;
}
</style>