Shades of Lime Green #3EE028
Tints of Lime Green #3EE028
RGB
CMYK
RGB Variations
Color information
#3EE028 (or 0x3EE028) is known color: Lime Green. HEX triplet: 3E, E0 and 28. RGB value is (62,224,40). Sum of RGB (Red+Green+Blue) = 62+224+40=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE028 is #C11FD7. Grayscale: #9B9B9B. Windows color (decimal): -12656600 or 2678846. OLE color: 2678846.
HSL color Cylindrical-coordinate representation of color #3EE028: hue angle of 112.83º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3EE028 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 40 | - |
| CMYK | 0.72 | 0 | 0.82 | 0.12 |
| HSL | 112.83º | 0.75% | 0.52% | - |
| HSV(B) | 112.83º | 0.82% | 0.88% | - |
| XYZ | 29.03 | 54.49 | 11 | - |
| YUV | 154.59 | 63.33 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 40 | 0.72 | 0 | 0.82 | 0.12 | 112.83 | 0.75 | 0.52 |
| Hex | 3E | E0 | 28 | 48 | 0 | 52 | C | 71 | 4B | 34 |
| Octal | 76 | 340 | 50 | 110 | 0 | 122 | 14 | 161 | 113 | 64 |
| Binary | 111110 | 11100000 | 101000 | 1001000 | 0 | 1010010 | 1100 | 1110001 | 1001011 | 110100 |
Color Harmonies of #3EE028
Complementary color
Monochromatic Colors of #3EE028
Black with #3EE028
Text Example
Text Example
White with #3EE028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE028; }
p { color: rgb(62,224,40); }
H1.HeaderClassName
{
color: #3EE028;
}
.AnyTagClassName
{
color: #3EE028;
}
</style>
background-color css
<style>
a { background-color: #3EE028; }
a { background-color: rgb(62,224,40); }
div.DivClassName
{
background-color: #3EE028;
}
.BgClassName
{
background-color: #3EE028;
}
</style>
border-color css
<style>
span { border-color: #3EE028; }
span { border-color: rgb(62,224,40); }
td.TdClassName
{
border-color: #3EE028;
}
.TagClassName
{
border-color: #3EE028;
}
</style>