Shades of Lime Green #3EE053
Tints of Lime Green #3EE053
RGB
CMYK
RGB Variations
Color information
#3EE053 (or 0x3EE053) is known color: Lime Green. HEX triplet: 3E, E0 and 53. RGB value is (62,224,83). Sum of RGB (Red+Green+Blue) = 62+224+83=369 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.80% from 369); Green value is 224 (87.89% from 255 or 60.70% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EE053 is #C11FAC. Grayscale: #9F9F9F. Windows color (decimal): -12656557 or 5496894. OLE color: 5496894.
HSL color Cylindrical-coordinate representation of color #3EE053: hue angle of 127.78º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE053 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 83 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.12 |
| HSL | 127.78º | 0.72% | 0.56% | - |
| HSV(B) | 127.78º | 0.72% | 0.88% | - |
| XYZ | 30.2 | 54.96 | 17.2 | - |
| YUV | 159.49 | 84.83 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 83 | 0.72 | 0 | 0.63 | 0.12 | 127.78 | 0.72 | 0.56 |
| Hex | 3E | E0 | 53 | 48 | 0 | 3F | C | 80 | 48 | 38 |
| Octal | 76 | 340 | 123 | 110 | 0 | 77 | 14 | 200 | 110 | 70 |
| Binary | 111110 | 11100000 | 1010011 | 1001000 | 0 | 111111 | 1100 | 10000000 | 1001000 | 111000 |
Color Harmonies of #3EE053
Complementary color
Monochromatic Colors of #3EE053
Black with #3EE053
Text Example
Text Example
White with #3EE053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE053; }
p { color: rgb(62,224,83); }
H1.HeaderClassName
{
color: #3EE053;
}
.AnyTagClassName
{
color: #3EE053;
}
</style>
background-color css
<style>
a { background-color: #3EE053; }
a { background-color: rgb(62,224,83); }
div.DivClassName
{
background-color: #3EE053;
}
.BgClassName
{
background-color: #3EE053;
}
</style>
border-color css
<style>
span { border-color: #3EE053; }
span { border-color: rgb(62,224,83); }
td.TdClassName
{
border-color: #3EE053;
}
.TagClassName
{
border-color: #3EE053;
}
</style>