Shades of Lime Green #3EB52D
Tints of Lime Green #3EB52D
RGB
CMYK
RGB Variations
Color information
#3EB52D (or 0x3EB52D) is known color: Lime Green. HEX triplet: 3E, B5 and 2D. RGB value is (62,181,45). Sum of RGB (Red+Green+Blue) = 62+181+45=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 181 (71.09% from 255 or 62.85% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 181 - color contains mainly: green. Hex color #3EB52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB52D is #C14AD2. Grayscale: #828282. Windows color (decimal): -12667603 or 2995518. OLE color: 2995518.
HSL color Cylindrical-coordinate representation of color #3EB52D: hue angle of 112.5º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EB52D is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 181 | 45 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.29 |
| HSL | 112.5º | 0.6% | 0.44% | - |
| HSV(B) | 112.5º | 0.75% | 0.71% | - |
| XYZ | 18.98 | 34.26 | 8.1 | - |
| YUV | 129.92 | 80.08 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 181 | 45 | 0.66 | 0 | 0.75 | 0.29 | 112.5 | 0.6 | 0.44 |
| Hex | 3E | B5 | 2D | 42 | 0 | 4B | 1D | 70 | 3C | 2C |
| Octal | 76 | 265 | 55 | 102 | 0 | 113 | 35 | 160 | 74 | 54 |
| Binary | 111110 | 10110101 | 101101 | 1000010 | 0 | 1001011 | 11101 | 1110000 | 111100 | 101100 |
Color Harmonies of #3EB52D
Complementary color
Monochromatic Colors of #3EB52D
Black with #3EB52D
Text Example
Text Example
White with #3EB52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB52D; }
p { color: rgb(62,181,45); }
H1.HeaderClassName
{
color: #3EB52D;
}
.AnyTagClassName
{
color: #3EB52D;
}
</style>
background-color css
<style>
a { background-color: #3EB52D; }
a { background-color: rgb(62,181,45); }
div.DivClassName
{
background-color: #3EB52D;
}
.BgClassName
{
background-color: #3EB52D;
}
</style>
border-color css
<style>
span { border-color: #3EB52D; }
span { border-color: rgb(62,181,45); }
td.TdClassName
{
border-color: #3EB52D;
}
.TagClassName
{
border-color: #3EB52D;
}
</style>