Shades of Lime Green #3EE045
Tints of Lime Green #3EE045
RGB
CMYK
RGB Variations
Color information
#3EE045 (or 0x3EE045) is known color: Lime Green. HEX triplet: 3E, E0 and 45. RGB value is (62,224,69). Sum of RGB (Red+Green+Blue) = 62+224+69=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #3EE045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE045 is #C11FBA. Grayscale: #9E9E9E. Windows color (decimal): -12656571 or 4579390. OLE color: 4579390.
HSL color Cylindrical-coordinate representation of color #3EE045: hue angle of 122.59º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EE045 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 62 | 224 | 69 | - |
| CMYK | 0.72 | 0 | 0.69 | 0.12 |
| HSL | 122.59º | 0.72% | 0.56% | - |
| HSV(B) | 122.59º | 0.72% | 0.88% | - |
| XYZ | 29.72 | 54.77 | 14.63 | - |
| YUV | 157.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 224 | 69 | 0.72 | 0 | 0.69 | 0.12 | 122.59 | 0.72 | 0.56 |
| Hex | 3E | E0 | 45 | 48 | 0 | 45 | C | 7B | 48 | 38 |
| Octal | 76 | 340 | 105 | 110 | 0 | 105 | 14 | 173 | 110 | 70 |
| Binary | 111110 | 11100000 | 1000101 | 1001000 | 0 | 1000101 | 1100 | 1111011 | 1001000 | 111000 |
Color Harmonies of #3EE045
Complementary color
Monochromatic Colors of #3EE045
Black with #3EE045
Text Example
Text Example
White with #3EE045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE045; }
p { color: rgb(62,224,69); }
H1.HeaderClassName
{
color: #3EE045;
}
.AnyTagClassName
{
color: #3EE045;
}
</style>
background-color css
<style>
a { background-color: #3EE045; }
a { background-color: rgb(62,224,69); }
div.DivClassName
{
background-color: #3EE045;
}
.BgClassName
{
background-color: #3EE045;
}
</style>
border-color css
<style>
span { border-color: #3EE045; }
span { border-color: rgb(62,224,69); }
td.TdClassName
{
border-color: #3EE045;
}
.TagClassName
{
border-color: #3EE045;
}
</style>