Shades of Lime Green #3EC12C
Tints of Lime Green #3EC12C
RGB
CMYK
RGB Variations
Color information
#3EC12C (or 0x3EC12C) is known color: Lime Green. HEX triplet: 3E, C1 and 2C. RGB value is (62,193,44). Sum of RGB (Red+Green+Blue) = 62+193+44=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 193 (75.78% from 255 or 64.55% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 193 - color contains mainly: green. Hex color #3EC12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC12C is #C13ED3. Grayscale: #898989. Windows color (decimal): -12664532 or 2933054. OLE color: 2933054.
HSL color Cylindrical-coordinate representation of color #3EC12C: hue angle of 112.75º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EC12C is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 193 | 44 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.24 |
| HSL | 112.75º | 0.63% | 0.46% | - |
| HSV(B) | 112.75º | 0.77% | 0.76% | - |
| XYZ | 21.51 | 39.35 | 8.84 | - |
| YUV | 136.85 | 75.6 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 193 | 44 | 0.68 | 0 | 0.77 | 0.24 | 112.75 | 0.63 | 0.46 |
| Hex | 3E | C1 | 2C | 44 | 0 | 4D | 18 | 71 | 3F | 2E |
| Octal | 76 | 301 | 54 | 104 | 0 | 115 | 30 | 161 | 77 | 56 |
| Binary | 111110 | 11000001 | 101100 | 1000100 | 0 | 1001101 | 11000 | 1110001 | 111111 | 101110 |
Color Harmonies of #3EC12C
Complementary color
Monochromatic Colors of #3EC12C
Black with #3EC12C
Text Example
Text Example
White with #3EC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC12C; }
p { color: rgb(62,193,44); }
H1.HeaderClassName
{
color: #3EC12C;
}
.AnyTagClassName
{
color: #3EC12C;
}
</style>
background-color css
<style>
a { background-color: #3EC12C; }
a { background-color: rgb(62,193,44); }
div.DivClassName
{
background-color: #3EC12C;
}
.BgClassName
{
background-color: #3EC12C;
}
</style>
border-color css
<style>
span { border-color: #3EC12C; }
span { border-color: rgb(62,193,44); }
td.TdClassName
{
border-color: #3EC12C;
}
.TagClassName
{
border-color: #3EC12C;
}
</style>