Shades of Lime Green #3EAC32
Tints of Lime Green #3EAC32
RGB
CMYK
RGB Variations
Color information
#3EAC32 (or 0x3EAC32) is known color: Lime Green. HEX triplet: 3E, AC and 32. RGB value is (62,172,50). Sum of RGB (Red+Green+Blue) = 62+172+50=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #3EAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EAC32 is #C153CD. Grayscale: #7D7D7D. Windows color (decimal): -12669902 or 3320894. OLE color: 3320894.
HSL color Cylindrical-coordinate representation of color #3EAC32: hue angle of 114.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3EAC32 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 172 | 50 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.33 |
| HSL | 114.1º | 0.55% | 0.44% | - |
| HSV(B) | 114.1º | 0.71% | 0.67% | - |
| XYZ | 17.31 | 30.76 | 8.04 | - |
| YUV | 125.2 | 85.56 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 172 | 50 | 0.64 | 0 | 0.71 | 0.33 | 114.1 | 0.55 | 0.44 |
| Hex | 3E | AC | 32 | 40 | 0 | 47 | 21 | 72 | 37 | 2C |
| Octal | 76 | 254 | 62 | 100 | 0 | 107 | 41 | 162 | 67 | 54 |
| Binary | 111110 | 10101100 | 110010 | 1000000 | 0 | 1000111 | 100001 | 1110010 | 110111 | 101100 |
Color Harmonies of #3EAC32
Complementary color
Monochromatic Colors of #3EAC32
Black with #3EAC32
Text Example
Text Example
White with #3EAC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAC32; }
p { color: rgb(62,172,50); }
H1.HeaderClassName
{
color: #3EAC32;
}
.AnyTagClassName
{
color: #3EAC32;
}
</style>
background-color css
<style>
a { background-color: #3EAC32; }
a { background-color: rgb(62,172,50); }
div.DivClassName
{
background-color: #3EAC32;
}
.BgClassName
{
background-color: #3EAC32;
}
</style>
border-color css
<style>
span { border-color: #3EAC32; }
span { border-color: rgb(62,172,50); }
td.TdClassName
{
border-color: #3EAC32;
}
.TagClassName
{
border-color: #3EAC32;
}
</style>