Shades of Lime Green #3EC132
Tints of Lime Green #3EC132
RGB
CMYK
RGB Variations
Color information
#3EC132 (or 0x3EC132) is known color: Lime Green. HEX triplet: 3E, C1 and 32. RGB value is (62,193,50). Sum of RGB (Red+Green+Blue) = 62+193+50=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #3EC132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC132 is #C13ECD. Grayscale: #898989. Windows color (decimal): -12664526 or 3326270. OLE color: 3326270.
HSL color Cylindrical-coordinate representation of color #3EC132: hue angle of 114.97º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EC132 is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 193 | 50 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.24 |
| HSL | 114.97º | 0.59% | 0.48% | - |
| HSV(B) | 114.97º | 0.74% | 0.76% | - |
| XYZ | 21.63 | 39.39 | 9.48 | - |
| YUV | 137.53 | 78.6 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 193 | 50 | 0.68 | 0 | 0.74 | 0.24 | 114.97 | 0.59 | 0.48 |
| Hex | 3E | C1 | 32 | 44 | 0 | 4A | 18 | 73 | 3B | 30 |
| Octal | 76 | 301 | 62 | 104 | 0 | 112 | 30 | 163 | 73 | 60 |
| Binary | 111110 | 11000001 | 110010 | 1000100 | 0 | 1001010 | 11000 | 1110011 | 111011 | 110000 |
Color Harmonies of #3EC132
Complementary color
Monochromatic Colors of #3EC132
Black with #3EC132
Text Example
Text Example
White with #3EC132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EC132; }
p { color: rgb(62,193,50); }
H1.HeaderClassName
{
color: #3EC132;
}
.AnyTagClassName
{
color: #3EC132;
}
</style>
background-color css
<style>
a { background-color: #3EC132; }
a { background-color: rgb(62,193,50); }
div.DivClassName
{
background-color: #3EC132;
}
.BgClassName
{
background-color: #3EC132;
}
</style>
border-color css
<style>
span { border-color: #3EC132; }
span { border-color: rgb(62,193,50); }
td.TdClassName
{
border-color: #3EC132;
}
.TagClassName
{
border-color: #3EC132;
}
</style>