Shades of Lime Green #3EB72D
Tints of Lime Green #3EB72D
RGB
CMYK
RGB Variations
Color information
#3EB72D (or 0x3EB72D) is known color: Lime Green. HEX triplet: 3E, B7 and 2D. RGB value is (62,183,45). Sum of RGB (Red+Green+Blue) = 62+183+45=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 183 (71.88% from 255 or 63.10% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 183 - color contains mainly: green. Hex color #3EB72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB72D is #C148D2. Grayscale: #838383. Windows color (decimal): -12667091 or 2996030. OLE color: 2996030.
HSL color Cylindrical-coordinate representation of color #3EB72D: hue angle of 112.61º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EB72D is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 62 | 183 | 45 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.28 |
| HSL | 112.61º | 0.61% | 0.45% | - |
| HSV(B) | 112.61º | 0.75% | 0.72% | - |
| XYZ | 19.39 | 35.08 | 8.23 | - |
| YUV | 131.09 | 79.41 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 183 | 45 | 0.66 | 0 | 0.75 | 0.28 | 112.61 | 0.61 | 0.45 |
| Hex | 3E | B7 | 2D | 42 | 0 | 4B | 1C | 71 | 3D | 2D |
| Octal | 76 | 267 | 55 | 102 | 0 | 113 | 34 | 161 | 75 | 55 |
| Binary | 111110 | 10110111 | 101101 | 1000010 | 0 | 1001011 | 11100 | 1110001 | 111101 | 101101 |
Color Harmonies of #3EB72D
Complementary color
Monochromatic Colors of #3EB72D
Black with #3EB72D
Text Example
Text Example
White with #3EB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB72D; }
p { color: rgb(62,183,45); }
H1.HeaderClassName
{
color: #3EB72D;
}
.AnyTagClassName
{
color: #3EB72D;
}
</style>
background-color css
<style>
a { background-color: #3EB72D; }
a { background-color: rgb(62,183,45); }
div.DivClassName
{
background-color: #3EB72D;
}
.BgClassName
{
background-color: #3EB72D;
}
</style>
border-color css
<style>
span { border-color: #3EB72D; }
span { border-color: rgb(62,183,45); }
td.TdClassName
{
border-color: #3EB72D;
}
.TagClassName
{
border-color: #3EB72D;
}
</style>