Shades of Lime Green #3EE445
Tints of Lime Green #3EE445
RGB
CMYK
RGB Variations
Color information
#3EE445 (or 0x3EE445) is known color: Lime Green. HEX triplet: 3E, E4 and 45. RGB value is (62,228,69). Sum of RGB (Red+Green+Blue) = 62+228+69=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 228 (89.45% from 255 or 63.51% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 228 - color contains mainly: green. Hex color #3EE445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EE445 is #C11BBA. Grayscale: #A0A0A0. Windows color (decimal): -12655547 or 4580414. OLE color: 4580414.
HSL color Cylindrical-coordinate representation of color #3EE445: hue angle of 122.53º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE445 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 62 | 228 | 69 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.11 |
| HSL | 122.53º | 0.75% | 0.57% | - |
| HSV(B) | 122.53º | 0.73% | 0.89% | - |
| XYZ | 30.8 | 56.94 | 15 | - |
| YUV | 160.24 | 76.5 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 228 | 69 | 0.73 | 0 | 0.70 | 0.11 | 122.53 | 0.75 | 0.57 |
| Hex | 3E | E4 | 45 | 49 | 0 | 46 | B | 7B | 4B | 39 |
| Octal | 76 | 344 | 105 | 111 | 0 | 106 | 13 | 173 | 113 | 71 |
| Binary | 111110 | 11100100 | 1000101 | 1001001 | 0 | 1000110 | 1011 | 1111011 | 1001011 | 111001 |
Color Harmonies of #3EE445
Complementary color
Monochromatic Colors of #3EE445
Black with #3EE445
Text Example
Text Example
White with #3EE445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE445; }
p { color: rgb(62,228,69); }
H1.HeaderClassName
{
color: #3EE445;
}
.AnyTagClassName
{
color: #3EE445;
}
</style>
background-color css
<style>
a { background-color: #3EE445; }
a { background-color: rgb(62,228,69); }
div.DivClassName
{
background-color: #3EE445;
}
.BgClassName
{
background-color: #3EE445;
}
</style>
border-color css
<style>
span { border-color: #3EE445; }
span { border-color: rgb(62,228,69); }
td.TdClassName
{
border-color: #3EE445;
}
.TagClassName
{
border-color: #3EE445;
}
</style>