Shades of Lime Green #3EC54C
Tints of Lime Green #3EC54C
RGB
CMYK
RGB Variations
Color information
#3EC54C (or 0x3EC54C) is known color: Lime Green. HEX triplet: 3E, C5 and 4C. RGB value is (62,197,76). Sum of RGB (Red+Green+Blue) = 62+197+76=335 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.51% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #3EC54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC54C is #C13AB3. Grayscale: #8F8F8F. Windows color (decimal): -12663476 or 5031230. OLE color: 5031230.
HSL color Cylindrical-coordinate representation of color #3EC54C: hue angle of 126.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC54C is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 197 | 76 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.23 |
| HSL | 126.22º | 0.54% | 0.51% | - |
| HSV(B) | 126.22º | 0.69% | 0.77% | - |
| XYZ | 23.26 | 41.48 | 13.62 | - |
| YUV | 142.84 | 90.27 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 197 | 76 | 0.69 | 0 | 0.61 | 0.23 | 126.22 | 0.54 | 0.51 |
| Hex | 3E | C5 | 4C | 45 | 0 | 3D | 17 | 7E | 36 | 33 |
| Octal | 76 | 305 | 114 | 105 | 0 | 75 | 27 | 176 | 66 | 63 |
| Binary | 111110 | 11000101 | 1001100 | 1000101 | 0 | 111101 | 10111 | 1111110 | 110110 | 110011 |
Color Harmonies of #3EC54C
Complementary color
Monochromatic Colors of #3EC54C
Black with #3EC54C
Text Example
Text Example
White with #3EC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC54C; }
p { color: rgb(62,197,76); }
H1.HeaderClassName
{
color: #3EC54C;
}
.AnyTagClassName
{
color: #3EC54C;
}
</style>
background-color css
<style>
a { background-color: #3EC54C; }
a { background-color: rgb(62,197,76); }
div.DivClassName
{
background-color: #3EC54C;
}
.BgClassName
{
background-color: #3EC54C;
}
</style>
border-color css
<style>
span { border-color: #3EC54C; }
span { border-color: rgb(62,197,76); }
td.TdClassName
{
border-color: #3EC54C;
}
.TagClassName
{
border-color: #3EC54C;
}
</style>