Shades of Lime Green #3EC12D
Tints of Lime Green #3EC12D
RGB
CMYK
RGB Variations
Color information
#3EC12D (or 0x3EC12D) is known color: Lime Green. HEX triplet: 3E, C1 and 2D. RGB value is (62,193,45). Sum of RGB (Red+Green+Blue) = 62+193+45=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #3EC12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC12D is #C13ED2. Grayscale: #898989. Windows color (decimal): -12664531 or 2998590. OLE color: 2998590.
HSL color Cylindrical-coordinate representation of color #3EC12D: hue angle of 113.11º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EC12D is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 193 | 45 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.24 |
| HSL | 113.11º | 0.62% | 0.47% | - |
| HSV(B) | 113.11º | 0.77% | 0.76% | - |
| XYZ | 21.53 | 39.35 | 8.94 | - |
| YUV | 136.96 | 76.1 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 193 | 45 | 0.68 | 0 | 0.77 | 0.24 | 113.11 | 0.62 | 0.47 |
| Hex | 3E | C1 | 2D | 44 | 0 | 4D | 18 | 71 | 3E | 2F |
| Octal | 76 | 301 | 55 | 104 | 0 | 115 | 30 | 161 | 76 | 57 |
| Binary | 111110 | 11000001 | 101101 | 1000100 | 0 | 1001101 | 11000 | 1110001 | 111110 | 101111 |
Color Harmonies of #3EC12D
Complementary color
Monochromatic Colors of #3EC12D
Black with #3EC12D
Text Example
Text Example
White with #3EC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC12D; }
p { color: rgb(62,193,45); }
H1.HeaderClassName
{
color: #3EC12D;
}
.AnyTagClassName
{
color: #3EC12D;
}
</style>
background-color css
<style>
a { background-color: #3EC12D; }
a { background-color: rgb(62,193,45); }
div.DivClassName
{
background-color: #3EC12D;
}
.BgClassName
{
background-color: #3EC12D;
}
</style>
border-color css
<style>
span { border-color: #3EC12D; }
span { border-color: rgb(62,193,45); }
td.TdClassName
{
border-color: #3EC12D;
}
.TagClassName
{
border-color: #3EC12D;
}
</style>