Shades of Lime Green #3EC63D
Tints of Lime Green #3EC63D
RGB
CMYK
RGB Variations
Color information
#3EC63D (or 0x3EC63D) is known color: Lime Green. HEX triplet: 3E, C6 and 3D. RGB value is (62,198,61). Sum of RGB (Red+Green+Blue) = 62+198+61=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #3EC63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC63D is #C139C2. Grayscale: #8E8E8E. Windows color (decimal): -12663235 or 4048446. OLE color: 4048446.
HSL color Cylindrical-coordinate representation of color #3EC63D: hue angle of 119.56º degrees, saturation: 0.55, 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 #3EC63D is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 62 | 198 | 61 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.22 |
| HSL | 119.56º | 0.55% | 0.51% | - |
| HSV(B) | 119.56º | 0.69% | 0.78% | - |
| XYZ | 23.02 | 41.75 | 11.26 | - |
| YUV | 141.72 | 82.44 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 198 | 61 | 0.69 | 0 | 0.69 | 0.22 | 119.56 | 0.55 | 0.51 |
| Hex | 3E | C6 | 3D | 45 | 0 | 45 | 16 | 78 | 37 | 33 |
| Octal | 76 | 306 | 75 | 105 | 0 | 105 | 26 | 170 | 67 | 63 |
| Binary | 111110 | 11000110 | 111101 | 1000101 | 0 | 1000101 | 10110 | 1111000 | 110111 | 110011 |
Color Harmonies of #3EC63D
Complementary color
Monochromatic Colors of #3EC63D
Black with #3EC63D
Text Example
Text Example
White with #3EC63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC63D; }
p { color: rgb(62,198,61); }
H1.HeaderClassName
{
color: #3EC63D;
}
.AnyTagClassName
{
color: #3EC63D;
}
</style>
background-color css
<style>
a { background-color: #3EC63D; }
a { background-color: rgb(62,198,61); }
div.DivClassName
{
background-color: #3EC63D;
}
.BgClassName
{
background-color: #3EC63D;
}
</style>
border-color css
<style>
span { border-color: #3EC63D; }
span { border-color: rgb(62,198,61); }
td.TdClassName
{
border-color: #3EC63D;
}
.TagClassName
{
border-color: #3EC63D;
}
</style>