Shades of Lime Green #3EE745
Tints of Lime Green #3EE745
RGB
CMYK
RGB Variations
Color information
#3EE745 (or 0x3EE745) is known color: Lime Green. HEX triplet: 3E, E7 and 45. RGB value is (62,231,69). Sum of RGB (Red+Green+Blue) = 62+231+69=362 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.13% from 362); Green value is 231 (90.62% from 255 or 63.81% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE745 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE745 is #C118BA. Grayscale: #A2A2A2. Windows color (decimal): -12654779 or 4581182. OLE color: 4581182.
HSL color Cylindrical-coordinate representation of color #3EE745: hue angle of 122.49º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE745 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 231 | 69 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.09 |
| HSL | 122.49º | 0.78% | 0.57% | - |
| HSV(B) | 122.49º | 0.73% | 0.91% | - |
| XYZ | 31.64 | 58.61 | 15.27 | - |
| YUV | 162 | 75.51 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 231 | 69 | 0.73 | 0 | 0.70 | 0.09 | 122.49 | 0.78 | 0.57 |
| Hex | 3E | E7 | 45 | 49 | 0 | 46 | 9 | 7A | 4E | 39 |
| Octal | 76 | 347 | 105 | 111 | 0 | 106 | 11 | 172 | 116 | 71 |
| Binary | 111110 | 11100111 | 1000101 | 1001001 | 0 | 1000110 | 1001 | 1111010 | 1001110 | 111001 |
Color Harmonies of #3EE745
Complementary color
Monochromatic Colors of #3EE745
Black with #3EE745
Text Example
Text Example
White with #3EE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE745; }
p { color: rgb(62,231,69); }
H1.HeaderClassName
{
color: #3EE745;
}
.AnyTagClassName
{
color: #3EE745;
}
</style>
background-color css
<style>
a { background-color: #3EE745; }
a { background-color: rgb(62,231,69); }
div.DivClassName
{
background-color: #3EE745;
}
.BgClassName
{
background-color: #3EE745;
}
</style>
border-color css
<style>
span { border-color: #3EE745; }
span { border-color: rgb(62,231,69); }
td.TdClassName
{
border-color: #3EE745;
}
.TagClassName
{
border-color: #3EE745;
}
</style>