Shades of Lime Green #3EFF40
Tints of Lime Green #3EFF40
RGB
CMYK
RGB Variations
Color information
#3EFF40 (or 0x3EFF40) is known color: Lime Green. HEX triplet: 3E, FF and 40. RGB value is (62,255,64). Sum of RGB (Red+Green+Blue) = 62+255+64=381 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.27% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFF40 is #C100BF. Grayscale: #B0B0B0. Windows color (decimal): -12648640 or 4259646. OLE color: 4259646.
HSL color Cylindrical-coordinate representation of color #3EFF40: hue angle of 120.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3EFF40 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 64 | - |
| CMYK | 0.76 | 0 | 0.75 | 0 |
| HSL | 120.62º | 1% | 0.62% | - |
| HSV(B) | 120.62º | 0.76% | 1% | - |
| XYZ | 38.67 | 72.91 | 16.89 | - |
| YUV | 175.52 | 65.06 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 64 | 0.76 | 0 | 0.75 | 0 | 120.62 | 1 | 0.62 |
| Hex | 3E | FF | 40 | 4C | 0 | 4B | 0 | 79 | 64 | 3E |
| Octal | 76 | 377 | 100 | 114 | 0 | 113 | 0 | 171 | 144 | 76 |
| Binary | 111110 | 11111111 | 1000000 | 1001100 | 0 | 1001011 | 0 | 1111001 | 1100100 | 111110 |
Color Harmonies of #3EFF40
Complementary color
Monochromatic Colors of #3EFF40
Black with #3EFF40
Text Example
Text Example
White with #3EFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF40; }
p { color: rgb(62,255,64); }
H1.HeaderClassName
{
color: #3EFF40;
}
.AnyTagClassName
{
color: #3EFF40;
}
</style>
background-color css
<style>
a { background-color: #3EFF40; }
a { background-color: rgb(62,255,64); }
div.DivClassName
{
background-color: #3EFF40;
}
.BgClassName
{
background-color: #3EFF40;
}
</style>
border-color css
<style>
span { border-color: #3EFF40; }
span { border-color: rgb(62,255,64); }
td.TdClassName
{
border-color: #3EFF40;
}
.TagClassName
{
border-color: #3EFF40;
}
</style>