Shades of Lime Green #3EBC2F
Tints of Lime Green #3EBC2F
RGB
CMYK
RGB Variations
Color information
#3EBC2F (or 0x3EBC2F) is known color: Lime Green. HEX triplet: 3E, BC and 2F. RGB value is (62,188,47). Sum of RGB (Red+Green+Blue) = 62+188+47=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC2F is #C143D0. Grayscale: #868686. Windows color (decimal): -12665809 or 3128382. OLE color: 3128382.
HSL color Cylindrical-coordinate representation of color #3EBC2F: hue angle of 113.62º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EBC2F is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 47 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.26 |
| HSL | 113.62º | 0.6% | 0.46% | - |
| HSV(B) | 113.62º | 0.75% | 0.74% | - |
| XYZ | 20.48 | 37.2 | 8.79 | - |
| YUV | 134.25 | 78.76 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 47 | 0.67 | 0 | 0.75 | 0.26 | 113.62 | 0.6 | 0.46 |
| Hex | 3E | BC | 2F | 43 | 0 | 4B | 1A | 72 | 3C | 2E |
| Octal | 76 | 274 | 57 | 103 | 0 | 113 | 32 | 162 | 74 | 56 |
| Binary | 111110 | 10111100 | 101111 | 1000011 | 0 | 1001011 | 11010 | 1110010 | 111100 | 101110 |
Color Harmonies of #3EBC2F
Complementary color
Monochromatic Colors of #3EBC2F
Black with #3EBC2F
Text Example
Text Example
White with #3EBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC2F; }
p { color: rgb(62,188,47); }
H1.HeaderClassName
{
color: #3EBC2F;
}
.AnyTagClassName
{
color: #3EBC2F;
}
</style>
background-color css
<style>
a { background-color: #3EBC2F; }
a { background-color: rgb(62,188,47); }
div.DivClassName
{
background-color: #3EBC2F;
}
.BgClassName
{
background-color: #3EBC2F;
}
</style>
border-color css
<style>
span { border-color: #3EBC2F; }
span { border-color: rgb(62,188,47); }
td.TdClassName
{
border-color: #3EBC2F;
}
.TagClassName
{
border-color: #3EBC2F;
}
</style>