Shades of Lime Green #3EEC3F
Tints of Lime Green #3EEC3F
RGB
CMYK
RGB Variations
Color information
#3EEC3F (or 0x3EEC3F) is known color: Lime Green. HEX triplet: 3E, EC and 3F. RGB value is (62,236,63). Sum of RGB (Red+Green+Blue) = 62+236+63=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EEC3F is #C113C0. Grayscale: #A4A4A4. Windows color (decimal): -12653505 or 4189246. OLE color: 4189246.
HSL color Cylindrical-coordinate representation of color #3EEC3F: hue angle of 120.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEC3F is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 63 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.07 |
| HSL | 120.34º | 0.82% | 0.58% | - |
| HSV(B) | 120.34º | 0.74% | 0.93% | - |
| XYZ | 32.88 | 61.37 | 14.82 | - |
| YUV | 164.25 | 70.85 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 63 | 0.74 | 0 | 0.73 | 0.07 | 120.34 | 0.82 | 0.58 |
| Hex | 3E | EC | 3F | 4A | 0 | 49 | 7 | 78 | 52 | 3A |
| Octal | 76 | 354 | 77 | 112 | 0 | 111 | 7 | 170 | 122 | 72 |
| Binary | 111110 | 11101100 | 111111 | 1001010 | 0 | 1001001 | 111 | 1111000 | 1010010 | 111010 |
Color Harmonies of #3EEC3F
Complementary color
Monochromatic Colors of #3EEC3F
Black with #3EEC3F
Text Example
Text Example
White with #3EEC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC3F; }
p { color: rgb(62,236,63); }
H1.HeaderClassName
{
color: #3EEC3F;
}
.AnyTagClassName
{
color: #3EEC3F;
}
</style>
background-color css
<style>
a { background-color: #3EEC3F; }
a { background-color: rgb(62,236,63); }
div.DivClassName
{
background-color: #3EEC3F;
}
.BgClassName
{
background-color: #3EEC3F;
}
</style>
border-color css
<style>
span { border-color: #3EEC3F; }
span { border-color: rgb(62,236,63); }
td.TdClassName
{
border-color: #3EEC3F;
}
.TagClassName
{
border-color: #3EEC3F;
}
</style>