Shades of Lime Green #3EC536
Tints of Lime Green #3EC536
RGB
CMYK
RGB Variations
Color information
#3EC536 (or 0x3EC536) is known color: Lime Green. HEX triplet: 3E, C5 and 36. RGB value is (62,197,54). Sum of RGB (Red+Green+Blue) = 62+197+54=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #3EC536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC536 is #C13AC9. Grayscale: #8C8C8C. Windows color (decimal): -12663498 or 3589438. OLE color: 3589438.
HSL color Cylindrical-coordinate representation of color #3EC536: hue angle of 116.64º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EC536 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 197 | 54 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.23 |
| HSL | 116.64º | 0.57% | 0.49% | - |
| HSV(B) | 116.64º | 0.73% | 0.77% | - |
| XYZ | 22.62 | 41.22 | 10.25 | - |
| YUV | 140.33 | 79.27 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 197 | 54 | 0.69 | 0 | 0.73 | 0.23 | 116.64 | 0.57 | 0.49 |
| Hex | 3E | C5 | 36 | 45 | 0 | 49 | 17 | 75 | 39 | 31 |
| Octal | 76 | 305 | 66 | 105 | 0 | 111 | 27 | 165 | 71 | 61 |
| Binary | 111110 | 11000101 | 110110 | 1000101 | 0 | 1001001 | 10111 | 1110101 | 111001 | 110001 |
Color Harmonies of #3EC536
Complementary color
Monochromatic Colors of #3EC536
Black with #3EC536
Text Example
Text Example
White with #3EC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC536; }
p { color: rgb(62,197,54); }
H1.HeaderClassName
{
color: #3EC536;
}
.AnyTagClassName
{
color: #3EC536;
}
</style>
background-color css
<style>
a { background-color: #3EC536; }
a { background-color: rgb(62,197,54); }
div.DivClassName
{
background-color: #3EC536;
}
.BgClassName
{
background-color: #3EC536;
}
</style>
border-color css
<style>
span { border-color: #3EC536; }
span { border-color: rgb(62,197,54); }
td.TdClassName
{
border-color: #3EC536;
}
.TagClassName
{
border-color: #3EC536;
}
</style>