Shades of Lime Green #3EEC53
Tints of Lime Green #3EEC53
RGB
CMYK
RGB Variations
Color information
#3EEC53 (or 0x3EEC53) is known color: Lime Green. HEX triplet: 3E, EC and 53. RGB value is (62,236,83). Sum of RGB (Red+Green+Blue) = 62+236+83=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 236 (92.58% from 255 or 61.94% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 236 - color contains mainly: green. Hex color #3EEC53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3EEC53 is #C113AC. Grayscale: #A6A6A6. Windows color (decimal): -12653485 or 5499966. OLE color: 5499966.
HSL color Cylindrical-coordinate representation of color #3EEC53: hue angle of 127.24º 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 #3EEC53 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 62 | 236 | 83 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.07 |
| HSL | 127.24º | 0.82% | 0.58% | - |
| HSV(B) | 127.24º | 0.74% | 0.93% | - |
| XYZ | 33.54 | 61.64 | 18.31 | - |
| YUV | 166.53 | 80.85 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 236 | 83 | 0.74 | 0 | 0.65 | 0.07 | 127.24 | 0.82 | 0.58 |
| Hex | 3E | EC | 53 | 4A | 0 | 41 | 7 | 7F | 52 | 3A |
| Octal | 76 | 354 | 123 | 112 | 0 | 101 | 7 | 177 | 122 | 72 |
| Binary | 111110 | 11101100 | 1010011 | 1001010 | 0 | 1000001 | 111 | 1111111 | 1010010 | 111010 |
Color Harmonies of #3EEC53
Complementary color
Monochromatic Colors of #3EEC53
Black with #3EEC53
Text Example
Text Example
White with #3EEC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EEC53; }
p { color: rgb(62,236,83); }
H1.HeaderClassName
{
color: #3EEC53;
}
.AnyTagClassName
{
color: #3EEC53;
}
</style>
background-color css
<style>
a { background-color: #3EEC53; }
a { background-color: rgb(62,236,83); }
div.DivClassName
{
background-color: #3EEC53;
}
.BgClassName
{
background-color: #3EEC53;
}
</style>
border-color css
<style>
span { border-color: #3EEC53; }
span { border-color: rgb(62,236,83); }
td.TdClassName
{
border-color: #3EEC53;
}
.TagClassName
{
border-color: #3EEC53;
}
</style>