Shades of Lime Green #3EB82A
Tints of Lime Green #3EB82A
RGB
CMYK
RGB Variations
Color information
#3EB82A (or 0x3EB82A) is known color: Lime Green. HEX triplet: 3E, B8 and 2A. RGB value is (62,184,42). Sum of RGB (Red+Green+Blue) = 62+184+42=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 184 (72.27% from 255 or 63.89% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 184 - color contains mainly: green. Hex color #3EB82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB82A is #C147D5. Grayscale: #838383. Windows color (decimal): -12666838 or 2799678. OLE color: 2799678.
HSL color Cylindrical-coordinate representation of color #3EB82A: hue angle of 111.55º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EB82A is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 62 | 184 | 42 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.28 |
| HSL | 111.55º | 0.63% | 0.44% | - |
| HSV(B) | 111.55º | 0.77% | 0.72% | - |
| XYZ | 19.55 | 35.47 | 8.01 | - |
| YUV | 131.33 | 77.58 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 184 | 42 | 0.66 | 0 | 0.77 | 0.28 | 111.55 | 0.63 | 0.44 |
| Hex | 3E | B8 | 2A | 42 | 0 | 4D | 1C | 70 | 3F | 2C |
| Octal | 76 | 270 | 52 | 102 | 0 | 115 | 34 | 160 | 77 | 54 |
| Binary | 111110 | 10111000 | 101010 | 1000010 | 0 | 1001101 | 11100 | 1110000 | 111111 | 101100 |
Color Harmonies of #3EB82A
Complementary color
Monochromatic Colors of #3EB82A
Black with #3EB82A
Text Example
Text Example
White with #3EB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB82A; }
p { color: rgb(62,184,42); }
H1.HeaderClassName
{
color: #3EB82A;
}
.AnyTagClassName
{
color: #3EB82A;
}
</style>
background-color css
<style>
a { background-color: #3EB82A; }
a { background-color: rgb(62,184,42); }
div.DivClassName
{
background-color: #3EB82A;
}
.BgClassName
{
background-color: #3EB82A;
}
</style>
border-color css
<style>
span { border-color: #3EB82A; }
span { border-color: rgb(62,184,42); }
td.TdClassName
{
border-color: #3EB82A;
}
.TagClassName
{
border-color: #3EB82A;
}
</style>