Shades of Lime Green #3EEC50
Tints of Lime Green #3EEC50
RGB
CMYK
RGB Variations
Color information
#3EEC50 (or 0x3EEC50) is known color: Lime Green. HEX triplet: 3E, EC and 50. RGB value is (62,236,80). Sum of RGB (Red+Green+Blue) = 62+236+80=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3EEC50 is #C113AF. Grayscale: #A6A6A6. Windows color (decimal): -12653488 or 5303358. OLE color: 5303358.
HSL color Cylindrical-coordinate representation of color #3EEC50: hue angle of 126.21º 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 #3EEC50 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 80 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.07 |
| HSL | 126.21º | 0.82% | 0.58% | - |
| HSV(B) | 126.21º | 0.74% | 0.93% | - |
| XYZ | 33.43 | 61.59 | 17.72 | - |
| YUV | 166.19 | 79.35 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 80 | 0.74 | 0 | 0.66 | 0.07 | 126.21 | 0.82 | 0.58 |
| Hex | 3E | EC | 50 | 4A | 0 | 42 | 7 | 7E | 52 | 3A |
| Octal | 76 | 354 | 120 | 112 | 0 | 102 | 7 | 176 | 122 | 72 |
| Binary | 111110 | 11101100 | 1010000 | 1001010 | 0 | 1000010 | 111 | 1111110 | 1010010 | 111010 |
Color Harmonies of #3EEC50
Complementary color
Monochromatic Colors of #3EEC50
Black with #3EEC50
Text Example
Text Example
White with #3EEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC50; }
p { color: rgb(62,236,80); }
H1.HeaderClassName
{
color: #3EEC50;
}
.AnyTagClassName
{
color: #3EEC50;
}
</style>
background-color css
<style>
a { background-color: #3EEC50; }
a { background-color: rgb(62,236,80); }
div.DivClassName
{
background-color: #3EEC50;
}
.BgClassName
{
background-color: #3EEC50;
}
</style>
border-color css
<style>
span { border-color: #3EEC50; }
span { border-color: rgb(62,236,80); }
td.TdClassName
{
border-color: #3EEC50;
}
.TagClassName
{
border-color: #3EEC50;
}
</style>