Shades of Lime Green #3EC64A
Tints of Lime Green #3EC64A
RGB
CMYK
RGB Variations
Color information
#3EC64A (or 0x3EC64A) is known color: Lime Green. HEX triplet: 3E, C6 and 4A. RGB value is (62,198,74). Sum of RGB (Red+Green+Blue) = 62+198+74=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC64A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC64A is #C139B5. Grayscale: #8F8F8F. Windows color (decimal): -12663222 or 4900414. OLE color: 4900414.
HSL color Cylindrical-coordinate representation of color #3EC64A: hue angle of 125.29º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC64A is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 74 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.22 |
| HSL | 125.29º | 0.54% | 0.51% | - |
| HSV(B) | 125.29º | 0.69% | 0.78% | - |
| XYZ | 23.42 | 41.91 | 13.33 | - |
| YUV | 143.2 | 88.94 | 70.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 74 | 0.69 | 0 | 0.63 | 0.22 | 125.29 | 0.54 | 0.51 |
| Hex | 3E | C6 | 4A | 45 | 0 | 3F | 16 | 7D | 36 | 33 |
| Octal | 76 | 306 | 112 | 105 | 0 | 77 | 26 | 175 | 66 | 63 |
| Binary | 111110 | 11000110 | 1001010 | 1000101 | 0 | 111111 | 10110 | 1111101 | 110110 | 110011 |
Color Harmonies of #3EC64A
Complementary color
Monochromatic Colors of #3EC64A
Black with #3EC64A
Text Example
Text Example
White with #3EC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC64A; }
p { color: rgb(62,198,74); }
H1.HeaderClassName
{
color: #3EC64A;
}
.AnyTagClassName
{
color: #3EC64A;
}
</style>
background-color css
<style>
a { background-color: #3EC64A; }
a { background-color: rgb(62,198,74); }
div.DivClassName
{
background-color: #3EC64A;
}
.BgClassName
{
background-color: #3EC64A;
}
</style>
border-color css
<style>
span { border-color: #3EC64A; }
span { border-color: rgb(62,198,74); }
td.TdClassName
{
border-color: #3EC64A;
}
.TagClassName
{
border-color: #3EC64A;
}
</style>