Shades of Lime Green #3EE63F
Tints of Lime Green #3EE63F
RGB
CMYK
RGB Variations
Color information
#3EE63F (or 0x3EE63F) is known color: Lime Green. HEX triplet: 3E, E6 and 3F. RGB value is (62,230,63). Sum of RGB (Red+Green+Blue) = 62+230+63=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #3EE63F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EE63F is #C119C0. Grayscale: #A1A1A1. Windows color (decimal): -12655041 or 4187710. OLE color: 4187710.
HSL color Cylindrical-coordinate representation of color #3EE63F: hue angle of 120.36º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE63F is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 62 | 230 | 63 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.10 |
| HSL | 120.36º | 0.77% | 0.57% | - |
| HSV(B) | 120.36º | 0.73% | 0.9% | - |
| XYZ | 31.18 | 57.98 | 14.25 | - |
| YUV | 160.73 | 72.84 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 230 | 63 | 0.73 | 0 | 0.73 | 0.10 | 120.36 | 0.77 | 0.57 |
| Hex | 3E | E6 | 3F | 49 | 0 | 49 | A | 78 | 4D | 39 |
| Octal | 76 | 346 | 77 | 111 | 0 | 111 | 12 | 170 | 115 | 71 |
| Binary | 111110 | 11100110 | 111111 | 1001001 | 0 | 1001001 | 1010 | 1111000 | 1001101 | 111001 |
Color Harmonies of #3EE63F
Complementary color
Monochromatic Colors of #3EE63F
Black with #3EE63F
Text Example
Text Example
White with #3EE63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EE63F; }
p { color: rgb(62,230,63); }
H1.HeaderClassName
{
color: #3EE63F;
}
.AnyTagClassName
{
color: #3EE63F;
}
</style>
background-color css
<style>
a { background-color: #3EE63F; }
a { background-color: rgb(62,230,63); }
div.DivClassName
{
background-color: #3EE63F;
}
.BgClassName
{
background-color: #3EE63F;
}
</style>
border-color css
<style>
span { border-color: #3EE63F; }
span { border-color: rgb(62,230,63); }
td.TdClassName
{
border-color: #3EE63F;
}
.TagClassName
{
border-color: #3EE63F;
}
</style>