Shades of Lime Green #3EBC40
Tints of Lime Green #3EBC40
RGB
CMYK
RGB Variations
Color information
#3EBC40 (or 0x3EBC40) is known color: Lime Green. HEX triplet: 3E, BC and 40. RGB value is (62,188,64). Sum of RGB (Red+Green+Blue) = 62+188+64=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 188 (73.83% from 255 or 59.87% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 188 - color contains mainly: green. Hex color #3EBC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBC40 is #C143BF. Grayscale: #888888. Windows color (decimal): -12665792 or 4242494. OLE color: 4242494.
HSL color Cylindrical-coordinate representation of color #3EBC40: hue angle of 120.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBC40 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 188 | 64 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.26 |
| HSL | 120.95º | 0.5% | 0.49% | - |
| HSV(B) | 120.95º | 0.67% | 0.74% | - |
| XYZ | 20.9 | 37.36 | 10.96 | - |
| YUV | 136.19 | 87.26 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 188 | 64 | 0.67 | 0 | 0.66 | 0.26 | 120.95 | 0.5 | 0.49 |
| Hex | 3E | BC | 40 | 43 | 0 | 42 | 1A | 79 | 32 | 31 |
| Octal | 76 | 274 | 100 | 103 | 0 | 102 | 32 | 171 | 62 | 61 |
| Binary | 111110 | 10111100 | 1000000 | 1000011 | 0 | 1000010 | 11010 | 1111001 | 110010 | 110001 |
Color Harmonies of #3EBC40
Complementary color
Monochromatic Colors of #3EBC40
Black with #3EBC40
Text Example
Text Example
White with #3EBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBC40; }
p { color: rgb(62,188,64); }
H1.HeaderClassName
{
color: #3EBC40;
}
.AnyTagClassName
{
color: #3EBC40;
}
</style>
background-color css
<style>
a { background-color: #3EBC40; }
a { background-color: rgb(62,188,64); }
div.DivClassName
{
background-color: #3EBC40;
}
.BgClassName
{
background-color: #3EBC40;
}
</style>
border-color css
<style>
span { border-color: #3EBC40; }
span { border-color: rgb(62,188,64); }
td.TdClassName
{
border-color: #3EBC40;
}
.TagClassName
{
border-color: #3EBC40;
}
</style>