Shades of Lime Green #3EC426
Tints of Lime Green #3EC426
RGB
CMYK
RGB Variations
Color information
#3EC426 (or 0x3EC426) is known color: Lime Green. HEX triplet: 3E, C4 and 26. RGB value is (62,196,38). Sum of RGB (Red+Green+Blue) = 62+196+38=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #3EC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC426 is #C13BD9. Grayscale: #8A8A8A. Windows color (decimal): -12663770 or 2540606. OLE color: 2540606.
HSL color Cylindrical-coordinate representation of color #3EC426: hue angle of 110.89º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3EC426 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 196 | 38 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.23 |
| HSL | 110.89º | 0.68% | 0.46% | - |
| HSV(B) | 110.89º | 0.81% | 0.77% | - |
| XYZ | 22.08 | 40.64 | 8.52 | - |
| YUV | 137.92 | 71.61 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 196 | 38 | 0.68 | 0 | 0.81 | 0.23 | 110.89 | 0.68 | 0.46 |
| Hex | 3E | C4 | 26 | 44 | 0 | 51 | 17 | 6F | 44 | 2E |
| Octal | 76 | 304 | 46 | 104 | 0 | 121 | 27 | 157 | 104 | 56 |
| Binary | 111110 | 11000100 | 100110 | 1000100 | 0 | 1010001 | 10111 | 1101111 | 1000100 | 101110 |
Color Harmonies of #3EC426
Complementary color
Monochromatic Colors of #3EC426
Black with #3EC426
Text Example
Text Example
White with #3EC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC426; }
p { color: rgb(62,196,38); }
H1.HeaderClassName
{
color: #3EC426;
}
.AnyTagClassName
{
color: #3EC426;
}
</style>
background-color css
<style>
a { background-color: #3EC426; }
a { background-color: rgb(62,196,38); }
div.DivClassName
{
background-color: #3EC426;
}
.BgClassName
{
background-color: #3EC426;
}
</style>
border-color css
<style>
span { border-color: #3EC426; }
span { border-color: rgb(62,196,38); }
td.TdClassName
{
border-color: #3EC426;
}
.TagClassName
{
border-color: #3EC426;
}
</style>