Shades of Lime Green #3EC63A
Tints of Lime Green #3EC63A
RGB
CMYK
RGB Variations
Color information
#3EC63A (or 0x3EC63A) is known color: Lime Green. HEX triplet: 3E, C6 and 3A. RGB value is (62,198,58). Sum of RGB (Red+Green+Blue) = 62+198+58=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 198 (77.73% from 255 or 62.26% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC63A is #C139C5. Grayscale: #8D8D8D. Windows color (decimal): -12663238 or 3851838. OLE color: 3851838.
HSL color Cylindrical-coordinate representation of color #3EC63A: hue angle of 118.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3EC63A is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 58 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.22 |
| HSL | 118.29º | 0.55% | 0.5% | - |
| HSV(B) | 118.29º | 0.71% | 0.78% | - |
| XYZ | 22.94 | 41.72 | 10.85 | - |
| YUV | 141.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 58 | 0.69 | 0 | 0.71 | 0.22 | 118.29 | 0.55 | 0.5 |
| Hex | 3E | C6 | 3A | 45 | 0 | 47 | 16 | 76 | 37 | 32 |
| Octal | 76 | 306 | 72 | 105 | 0 | 107 | 26 | 166 | 67 | 62 |
| Binary | 111110 | 11000110 | 111010 | 1000101 | 0 | 1000111 | 10110 | 1110110 | 110111 | 110010 |
Color Harmonies of #3EC63A
Complementary color
Monochromatic Colors of #3EC63A
Black with #3EC63A
Text Example
Text Example
White with #3EC63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC63A; }
p { color: rgb(62,198,58); }
H1.HeaderClassName
{
color: #3EC63A;
}
.AnyTagClassName
{
color: #3EC63A;
}
</style>
background-color css
<style>
a { background-color: #3EC63A; }
a { background-color: rgb(62,198,58); }
div.DivClassName
{
background-color: #3EC63A;
}
.BgClassName
{
background-color: #3EC63A;
}
</style>
border-color css
<style>
span { border-color: #3EC63A; }
span { border-color: rgb(62,198,58); }
td.TdClassName
{
border-color: #3EC63A;
}
.TagClassName
{
border-color: #3EC63A;
}
</style>