Shades of Lime Green #3EE628
Tints of Lime Green #3EE628
RGB
CMYK
RGB Variations
Color information
#3EE628 (or 0x3EE628) is known color: Lime Green. HEX triplet: 3E, E6 and 28. RGB value is (62,230,40). Sum of RGB (Red+Green+Blue) = 62+230+40=332 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.67% from 332); Green value is 230 (90.23% from 255 or 69.28% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE628 is #C119D7. Grayscale: #9E9E9E. Windows color (decimal): -12655064 or 2680382. OLE color: 2680382.
HSL color Cylindrical-coordinate representation of color #3EE628: hue angle of 113.05º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3EE628 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 230 | 40 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.10 |
| HSL | 113.05º | 0.79% | 0.53% | - |
| HSV(B) | 113.05º | 0.83% | 0.9% | - |
| XYZ | 30.67 | 57.77 | 11.54 | - |
| YUV | 158.11 | 61.34 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 230 | 40 | 0.73 | 0 | 0.83 | 0.10 | 113.05 | 0.79 | 0.53 |
| Hex | 3E | E6 | 28 | 49 | 0 | 53 | A | 71 | 4F | 35 |
| Octal | 76 | 346 | 50 | 111 | 0 | 123 | 12 | 161 | 117 | 65 |
| Binary | 111110 | 11100110 | 101000 | 1001001 | 0 | 1010011 | 1010 | 1110001 | 1001111 | 110101 |
Color Harmonies of #3EE628
Complementary color
Monochromatic Colors of #3EE628
Black with #3EE628
Text Example
Text Example
White with #3EE628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE628; }
p { color: rgb(62,230,40); }
H1.HeaderClassName
{
color: #3EE628;
}
.AnyTagClassName
{
color: #3EE628;
}
</style>
background-color css
<style>
a { background-color: #3EE628; }
a { background-color: rgb(62,230,40); }
div.DivClassName
{
background-color: #3EE628;
}
.BgClassName
{
background-color: #3EE628;
}
</style>
border-color css
<style>
span { border-color: #3EE628; }
span { border-color: rgb(62,230,40); }
td.TdClassName
{
border-color: #3EE628;
}
.TagClassName
{
border-color: #3EE628;
}
</style>