Shades of Lime Green #3EE73F
Tints of Lime Green #3EE73F
RGB
CMYK
RGB Variations
Color information
#3EE73F (or 0x3EE73F) is known color: Lime Green. HEX triplet: 3E, E7 and 3F. RGB value is (62,231,63). Sum of RGB (Red+Green+Blue) = 62+231+63=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 231 (90.62% from 255 or 64.89% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 231 - color contains mainly: green. Hex color #3EE73F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE73F is #C118C0. Grayscale: #A1A1A1. Windows color (decimal): -12654785 or 4187966. OLE color: 4187966.
HSL color Cylindrical-coordinate representation of color #3EE73F: hue angle of 120.36º 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 #3EE73F is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 62 | 231 | 63 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.09 |
| HSL | 120.36º | 0.78% | 0.57% | - |
| HSV(B) | 120.36º | 0.73% | 0.91% | - |
| XYZ | 31.46 | 58.53 | 14.34 | - |
| YUV | 161.32 | 72.51 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 231 | 63 | 0.73 | 0 | 0.73 | 0.09 | 120.36 | 0.78 | 0.57 |
| Hex | 3E | E7 | 3F | 49 | 0 | 49 | 9 | 78 | 4E | 39 |
| Octal | 76 | 347 | 77 | 111 | 0 | 111 | 11 | 170 | 116 | 71 |
| Binary | 111110 | 11100111 | 111111 | 1001001 | 0 | 1001001 | 1001 | 1111000 | 1001110 | 111001 |
Color Harmonies of #3EE73F
Complementary color
Monochromatic Colors of #3EE73F
Black with #3EE73F
Text Example
Text Example
White with #3EE73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE73F; }
p { color: rgb(62,231,63); }
H1.HeaderClassName
{
color: #3EE73F;
}
.AnyTagClassName
{
color: #3EE73F;
}
</style>
background-color css
<style>
a { background-color: #3EE73F; }
a { background-color: rgb(62,231,63); }
div.DivClassName
{
background-color: #3EE73F;
}
.BgClassName
{
background-color: #3EE73F;
}
</style>
border-color css
<style>
span { border-color: #3EE73F; }
span { border-color: rgb(62,231,63); }
td.TdClassName
{
border-color: #3EE73F;
}
.TagClassName
{
border-color: #3EE73F;
}
</style>