Shades of Lime Green #3EE034
Tints of Lime Green #3EE034
RGB
CMYK
RGB Variations
Color information
#3EE034 (or 0x3EE034) is known color: Lime Green. HEX triplet: 3E, E0 and 34. RGB value is (62,224,52). Sum of RGB (Red+Green+Blue) = 62+224+52=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 224 (87.89% from 255 or 66.27% from 338); Blue value is 52 (20.70% from 255 or 15.38% from 338); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE034 is #C11FCB. Grayscale: #9C9C9C. Windows color (decimal): -12656588 or 3465278. OLE color: 3465278.
HSL color Cylindrical-coordinate representation of color #3EE034: hue angle of 116.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EE034 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 52 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.12 |
| HSL | 116.51º | 0.74% | 0.54% | - |
| HSV(B) | 116.51º | 0.77% | 0.88% | - |
| XYZ | 29.26 | 54.58 | 12.24 | - |
| YUV | 155.95 | 69.33 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 52 | 0.72 | 0 | 0.77 | 0.12 | 116.51 | 0.74 | 0.54 |
| Hex | 3E | E0 | 34 | 48 | 0 | 4D | C | 75 | 4A | 36 |
| Octal | 76 | 340 | 64 | 110 | 0 | 115 | 14 | 165 | 112 | 66 |
| Binary | 111110 | 11100000 | 110100 | 1001000 | 0 | 1001101 | 1100 | 1110101 | 1001010 | 110110 |
Color Harmonies of #3EE034
Complementary color
Monochromatic Colors of #3EE034
Black with #3EE034
Text Example
Text Example
White with #3EE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE034; }
p { color: rgb(62,224,52); }
H1.HeaderClassName
{
color: #3EE034;
}
.AnyTagClassName
{
color: #3EE034;
}
</style>
background-color css
<style>
a { background-color: #3EE034; }
a { background-color: rgb(62,224,52); }
div.DivClassName
{
background-color: #3EE034;
}
.BgClassName
{
background-color: #3EE034;
}
</style>
border-color css
<style>
span { border-color: #3EE034; }
span { border-color: rgb(62,224,52); }
td.TdClassName
{
border-color: #3EE034;
}
.TagClassName
{
border-color: #3EE034;
}
</style>