Shades of Lime Green #3EC62F
Tints of Lime Green #3EC62F
RGB
CMYK
RGB Variations
Color information
#3EC62F (or 0x3EC62F) is known color: Lime Green. HEX triplet: 3E, C6 and 2F. RGB value is (62,198,47). Sum of RGB (Red+Green+Blue) = 62+198+47=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC62F is #C139D0. Grayscale: #8C8C8C. Windows color (decimal): -12663249 or 3130942. OLE color: 3130942.
HSL color Cylindrical-coordinate representation of color #3EC62F: hue angle of 114.04º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EC62F is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 47 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.22 |
| HSL | 114.04º | 0.62% | 0.48% | - |
| HSV(B) | 114.04º | 0.76% | 0.78% | - |
| XYZ | 22.69 | 41.62 | 9.53 | - |
| YUV | 140.12 | 75.44 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 47 | 0.69 | 0 | 0.76 | 0.22 | 114.04 | 0.62 | 0.48 |
| Hex | 3E | C6 | 2F | 45 | 0 | 4C | 16 | 72 | 3E | 30 |
| Octal | 76 | 306 | 57 | 105 | 0 | 114 | 26 | 162 | 76 | 60 |
| Binary | 111110 | 11000110 | 101111 | 1000101 | 0 | 1001100 | 10110 | 1110010 | 111110 | 110000 |
Color Harmonies of #3EC62F
Complementary color
Monochromatic Colors of #3EC62F
Black with #3EC62F
Text Example
Text Example
White with #3EC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC62F; }
p { color: rgb(62,198,47); }
H1.HeaderClassName
{
color: #3EC62F;
}
.AnyTagClassName
{
color: #3EC62F;
}
</style>
background-color css
<style>
a { background-color: #3EC62F; }
a { background-color: rgb(62,198,47); }
div.DivClassName
{
background-color: #3EC62F;
}
.BgClassName
{
background-color: #3EC62F;
}
</style>
border-color css
<style>
span { border-color: #3EC62F; }
span { border-color: rgb(62,198,47); }
td.TdClassName
{
border-color: #3EC62F;
}
.TagClassName
{
border-color: #3EC62F;
}
</style>