Shades of Lime Green #3EBA40
Tints of Lime Green #3EBA40
RGB
CMYK
RGB Variations
Color information
#3EBA40 (or 0x3EBA40) is known color: Lime Green. HEX triplet: 3E, BA and 40. RGB value is (62,186,64). Sum of RGB (Red+Green+Blue) = 62+186+64=312 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.87% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #3EBA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EBA40 is #C145BF. Grayscale: #878787. Windows color (decimal): -12666304 or 4241982. OLE color: 4241982.
HSL color Cylindrical-coordinate representation of color #3EBA40: hue angle of 120.97º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3EBA40 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 186 | 64 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.27 |
| HSL | 120.97º | 0.5% | 0.49% | - |
| HSV(B) | 120.97º | 0.67% | 0.73% | - |
| XYZ | 20.47 | 36.51 | 10.82 | - |
| YUV | 135.02 | 87.92 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 186 | 64 | 0.67 | 0 | 0.66 | 0.27 | 120.97 | 0.5 | 0.49 |
| Hex | 3E | BA | 40 | 43 | 0 | 42 | 1B | 79 | 32 | 31 |
| Octal | 76 | 272 | 100 | 103 | 0 | 102 | 33 | 171 | 62 | 61 |
| Binary | 111110 | 10111010 | 1000000 | 1000011 | 0 | 1000010 | 11011 | 1111001 | 110010 | 110001 |
Color Harmonies of #3EBA40
Complementary color
Monochromatic Colors of #3EBA40
Black with #3EBA40
Text Example
Text Example
White with #3EBA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EBA40; }
p { color: rgb(62,186,64); }
H1.HeaderClassName
{
color: #3EBA40;
}
.AnyTagClassName
{
color: #3EBA40;
}
</style>
background-color css
<style>
a { background-color: #3EBA40; }
a { background-color: rgb(62,186,64); }
div.DivClassName
{
background-color: #3EBA40;
}
.BgClassName
{
background-color: #3EBA40;
}
</style>
border-color css
<style>
span { border-color: #3EBA40; }
span { border-color: rgb(62,186,64); }
td.TdClassName
{
border-color: #3EBA40;
}
.TagClassName
{
border-color: #3EBA40;
}
</style>