Shades of Lime Green #3EBC2E
Tints of Lime Green #3EBC2E
RGB
CMYK
RGB Variations
Color information
#3EBC2E (or 0x3EBC2E) is known color: Lime Green. HEX triplet: 3E, BC and 2E. RGB value is (62,188,46). Sum of RGB (Red+Green+Blue) = 62+188+46=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC2E is #C143D1. Grayscale: #868686. Windows color (decimal): -12665810 or 3062846. OLE color: 3062846.
HSL color Cylindrical-coordinate representation of color #3EBC2E: hue angle of 113.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EBC2E is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 46 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.26 |
| HSL | 113.24º | 0.61% | 0.46% | - |
| HSV(B) | 113.24º | 0.76% | 0.74% | - |
| XYZ | 20.46 | 37.19 | 8.68 | - |
| YUV | 134.14 | 78.26 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 46 | 0.67 | 0 | 0.76 | 0.26 | 113.24 | 0.61 | 0.46 |
| Hex | 3E | BC | 2E | 43 | 0 | 4C | 1A | 71 | 3D | 2E |
| Octal | 76 | 274 | 56 | 103 | 0 | 114 | 32 | 161 | 75 | 56 |
| Binary | 111110 | 10111100 | 101110 | 1000011 | 0 | 1001100 | 11010 | 1110001 | 111101 | 101110 |
Color Harmonies of #3EBC2E
Complementary color
Monochromatic Colors of #3EBC2E
Black with #3EBC2E
Text Example
Text Example
White with #3EBC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC2E; }
p { color: rgb(62,188,46); }
H1.HeaderClassName
{
color: #3EBC2E;
}
.AnyTagClassName
{
color: #3EBC2E;
}
</style>
background-color css
<style>
a { background-color: #3EBC2E; }
a { background-color: rgb(62,188,46); }
div.DivClassName
{
background-color: #3EBC2E;
}
.BgClassName
{
background-color: #3EBC2E;
}
</style>
border-color css
<style>
span { border-color: #3EBC2E; }
span { border-color: rgb(62,188,46); }
td.TdClassName
{
border-color: #3EBC2E;
}
.TagClassName
{
border-color: #3EBC2E;
}
</style>