Shades of Lime Green #3EC450
Tints of Lime Green #3EC450
RGB
CMYK
RGB Variations
Color information
#3EC450 (or 0x3EC450) is known color: Lime Green. HEX triplet: 3E, C4 and 50. RGB value is (62,196,80). Sum of RGB (Red+Green+Blue) = 62+196+80=338 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.34% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #3EC450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EC450 is #C13BAF. Grayscale: #8F8F8F. Windows color (decimal): -12663728 or 5293118. OLE color: 5293118.
HSL color Cylindrical-coordinate representation of color #3EC450: hue angle of 128.06º 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 #3EC450 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 196 | 80 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.23 |
| HSL | 128.06º | 0.53% | 0.51% | - |
| HSV(B) | 128.06º | 0.68% | 0.77% | - |
| XYZ | 23.17 | 41.08 | 14.3 | - |
| YUV | 142.71 | 92.61 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 196 | 80 | 0.68 | 0 | 0.59 | 0.23 | 128.06 | 0.53 | 0.51 |
| Hex | 3E | C4 | 50 | 44 | 0 | 3B | 17 | 80 | 35 | 33 |
| Octal | 76 | 304 | 120 | 104 | 0 | 73 | 27 | 200 | 65 | 63 |
| Binary | 111110 | 11000100 | 1010000 | 1000100 | 0 | 111011 | 10111 | 10000000 | 110101 | 110011 |
Color Harmonies of #3EC450
Complementary color
Monochromatic Colors of #3EC450
Black with #3EC450
Text Example
Text Example
White with #3EC450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC450; }
p { color: rgb(62,196,80); }
H1.HeaderClassName
{
color: #3EC450;
}
.AnyTagClassName
{
color: #3EC450;
}
</style>
background-color css
<style>
a { background-color: #3EC450; }
a { background-color: rgb(62,196,80); }
div.DivClassName
{
background-color: #3EC450;
}
.BgClassName
{
background-color: #3EC450;
}
</style>
border-color css
<style>
span { border-color: #3EC450; }
span { border-color: rgb(62,196,80); }
td.TdClassName
{
border-color: #3EC450;
}
.TagClassName
{
border-color: #3EC450;
}
</style>