Shades of Lime Green #3EE726
Tints of Lime Green #3EE726
RGB
CMYK
RGB Variations
Color information
#3EE726 (or 0x3EE726) is known color: Lime Green. HEX triplet: 3E, E7 and 26. RGB value is (62,231,38). Sum of RGB (Red+Green+Blue) = 62+231+38=331 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.73% from 331); Green value is 231 (90.62% from 255 or 69.79% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE726 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE726 is #C118D9. Grayscale: #9F9F9F. Windows color (decimal): -12654810 or 2549566. OLE color: 2549566.
HSL color Cylindrical-coordinate representation of color #3EE726: hue angle of 112.54º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3EE726 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 231 | 38 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.09 |
| HSL | 112.54º | 0.8% | 0.53% | - |
| HSV(B) | 112.54º | 0.84% | 0.91% | - |
| XYZ | 30.91 | 58.32 | 11.46 | - |
| YUV | 158.47 | 60.01 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 231 | 38 | 0.73 | 0 | 0.84 | 0.09 | 112.54 | 0.8 | 0.53 |
| Hex | 3E | E7 | 26 | 49 | 0 | 54 | 9 | 71 | 50 | 35 |
| Octal | 76 | 347 | 46 | 111 | 0 | 124 | 11 | 161 | 120 | 65 |
| Binary | 111110 | 11100111 | 100110 | 1001001 | 0 | 1010100 | 1001 | 1110001 | 1010000 | 110101 |
Color Harmonies of #3EE726
Complementary color
Monochromatic Colors of #3EE726
Black with #3EE726
Text Example
Text Example
White with #3EE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE726; }
p { color: rgb(62,231,38); }
H1.HeaderClassName
{
color: #3EE726;
}
.AnyTagClassName
{
color: #3EE726;
}
</style>
background-color css
<style>
a { background-color: #3EE726; }
a { background-color: rgb(62,231,38); }
div.DivClassName
{
background-color: #3EE726;
}
.BgClassName
{
background-color: #3EE726;
}
</style>
border-color css
<style>
span { border-color: #3EE726; }
span { border-color: rgb(62,231,38); }
td.TdClassName
{
border-color: #3EE726;
}
.TagClassName
{
border-color: #3EE726;
}
</style>