Shades of Lime Green #3EC441
Tints of Lime Green #3EC441
RGB
CMYK
RGB Variations
Color information
#3EC441 (or 0x3EC441) is known color: Lime Green. HEX triplet: 3E, C4 and 41. RGB value is (62,196,65). Sum of RGB (Red+Green+Blue) = 62+196+65=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #3EC441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC441 is #C13BBE. Grayscale: #8D8D8D. Windows color (decimal): -12663743 or 4310078. OLE color: 4310078.
HSL color Cylindrical-coordinate representation of color #3EC441: hue angle of 121.34º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EC441 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 196 | 65 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.23 |
| HSL | 121.34º | 0.53% | 0.51% | - |
| HSV(B) | 121.34º | 0.68% | 0.77% | - |
| XYZ | 22.68 | 40.89 | 11.7 | - |
| YUV | 141 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 196 | 65 | 0.68 | 0 | 0.67 | 0.23 | 121.34 | 0.53 | 0.51 |
| Hex | 3E | C4 | 41 | 44 | 0 | 43 | 17 | 79 | 35 | 33 |
| Octal | 76 | 304 | 101 | 104 | 0 | 103 | 27 | 171 | 65 | 63 |
| Binary | 111110 | 11000100 | 1000001 | 1000100 | 0 | 1000011 | 10111 | 1111001 | 110101 | 110011 |
Color Harmonies of #3EC441
Complementary color
Monochromatic Colors of #3EC441
Black with #3EC441
Text Example
Text Example
White with #3EC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC441; }
p { color: rgb(62,196,65); }
H1.HeaderClassName
{
color: #3EC441;
}
.AnyTagClassName
{
color: #3EC441;
}
</style>
background-color css
<style>
a { background-color: #3EC441; }
a { background-color: rgb(62,196,65); }
div.DivClassName
{
background-color: #3EC441;
}
.BgClassName
{
background-color: #3EC441;
}
</style>
border-color css
<style>
span { border-color: #3EC441; }
span { border-color: rgb(62,196,65); }
td.TdClassName
{
border-color: #3EC441;
}
.TagClassName
{
border-color: #3EC441;
}
</style>