Shades of Lime Green #3EB92A
Tints of Lime Green #3EB92A
RGB
CMYK
RGB Variations
Color information
#3EB92A (or 0x3EB92A) is known color: Lime Green. HEX triplet: 3E, B9 and 2A. RGB value is (62,185,42). Sum of RGB (Red+Green+Blue) = 62+185+42=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #3EB92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB92A is #C146D5. Grayscale: #848484. Windows color (decimal): -12666582 or 2799934. OLE color: 2799934.
HSL color Cylindrical-coordinate representation of color #3EB92A: hue angle of 111.61º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3EB92A is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 185 | 42 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.27 |
| HSL | 111.61º | 0.63% | 0.45% | - |
| HSV(B) | 111.61º | 0.77% | 0.73% | - |
| XYZ | 19.75 | 35.89 | 8.08 | - |
| YUV | 131.92 | 77.25 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 185 | 42 | 0.66 | 0 | 0.77 | 0.27 | 111.61 | 0.63 | 0.45 |
| Hex | 3E | B9 | 2A | 42 | 0 | 4D | 1B | 70 | 3F | 2D |
| Octal | 76 | 271 | 52 | 102 | 0 | 115 | 33 | 160 | 77 | 55 |
| Binary | 111110 | 10111001 | 101010 | 1000010 | 0 | 1001101 | 11011 | 1110000 | 111111 | 101101 |
Color Harmonies of #3EB92A
Complementary color
Monochromatic Colors of #3EB92A
Black with #3EB92A
Text Example
Text Example
White with #3EB92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB92A; }
p { color: rgb(62,185,42); }
H1.HeaderClassName
{
color: #3EB92A;
}
.AnyTagClassName
{
color: #3EB92A;
}
</style>
background-color css
<style>
a { background-color: #3EB92A; }
a { background-color: rgb(62,185,42); }
div.DivClassName
{
background-color: #3EB92A;
}
.BgClassName
{
background-color: #3EB92A;
}
</style>
border-color css
<style>
span { border-color: #3EB92A; }
span { border-color: rgb(62,185,42); }
td.TdClassName
{
border-color: #3EB92A;
}
.TagClassName
{
border-color: #3EB92A;
}
</style>