Shades of Lime Green #3EC538
Tints of Lime Green #3EC538
RGB
CMYK
RGB Variations
Color information
#3EC538 (or 0x3EC538) is known color: Lime Green. HEX triplet: 3E, C5 and 38. RGB value is (62,197,56). Sum of RGB (Red+Green+Blue) = 62+197+56=315 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.68% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #3EC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC538 is #C13AC7. Grayscale: #8C8C8C. Windows color (decimal): -12663496 or 3720510. OLE color: 3720510.
HSL color Cylindrical-coordinate representation of color #3EC538: hue angle of 117.45º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EC538 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 62 | 197 | 56 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.23 |
| HSL | 117.45º | 0.56% | 0.5% | - |
| HSV(B) | 117.45º | 0.72% | 0.77% | - |
| XYZ | 22.67 | 41.24 | 10.51 | - |
| YUV | 140.56 | 80.27 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 197 | 56 | 0.69 | 0 | 0.72 | 0.23 | 117.45 | 0.56 | 0.5 |
| Hex | 3E | C5 | 38 | 45 | 0 | 48 | 17 | 75 | 38 | 32 |
| Octal | 76 | 305 | 70 | 105 | 0 | 110 | 27 | 165 | 70 | 62 |
| Binary | 111110 | 11000101 | 111000 | 1000101 | 0 | 1001000 | 10111 | 1110101 | 111000 | 110010 |
Color Harmonies of #3EC538
Complementary color
Monochromatic Colors of #3EC538
Black with #3EC538
Text Example
Text Example
White with #3EC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC538; }
p { color: rgb(62,197,56); }
H1.HeaderClassName
{
color: #3EC538;
}
.AnyTagClassName
{
color: #3EC538;
}
</style>
background-color css
<style>
a { background-color: #3EC538; }
a { background-color: rgb(62,197,56); }
div.DivClassName
{
background-color: #3EC538;
}
.BgClassName
{
background-color: #3EC538;
}
</style>
border-color css
<style>
span { border-color: #3EC538; }
span { border-color: rgb(62,197,56); }
td.TdClassName
{
border-color: #3EC538;
}
.TagClassName
{
border-color: #3EC538;
}
</style>