Shades of Lime Green #3EFC40
Tints of Lime Green #3EFC40
RGB
CMYK
RGB Variations
Color information
#3EFC40 (or 0x3EFC40) is known color: Lime Green. HEX triplet: 3E, FC and 40. RGB value is (62,252,64). Sum of RGB (Red+Green+Blue) = 62+252+64=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #3EFC40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3EFC40 is #C103BF. Grayscale: #AEAEAE. Windows color (decimal): -12649408 or 4258878. OLE color: 4258878.
HSL color Cylindrical-coordinate representation of color #3EFC40: hue angle of 120.63º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EFC40 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 62 | 252 | 64 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.01 |
| HSL | 120.63º | 0.97% | 0.62% | - |
| HSV(B) | 120.63º | 0.75% | 0.99% | - |
| XYZ | 37.72 | 71.02 | 16.57 | - |
| YUV | 173.76 | 66.05 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 252 | 64 | 0.75 | 0 | 0.75 | 0.01 | 120.63 | 0.97 | 0.62 |
| Hex | 3E | FC | 40 | 4B | 0 | 4B | 1 | 79 | 61 | 3E |
| Octal | 76 | 374 | 100 | 113 | 0 | 113 | 1 | 171 | 141 | 76 |
| Binary | 111110 | 11111100 | 1000000 | 1001011 | 0 | 1001011 | 1 | 1111001 | 1100001 | 111110 |
Color Harmonies of #3EFC40
Complementary color
Monochromatic Colors of #3EFC40
Black with #3EFC40
Text Example
Text Example
White with #3EFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFC40; }
p { color: rgb(62,252,64); }
H1.HeaderClassName
{
color: #3EFC40;
}
.AnyTagClassName
{
color: #3EFC40;
}
</style>
background-color css
<style>
a { background-color: #3EFC40; }
a { background-color: rgb(62,252,64); }
div.DivClassName
{
background-color: #3EFC40;
}
.BgClassName
{
background-color: #3EFC40;
}
</style>
border-color css
<style>
span { border-color: #3EFC40; }
span { border-color: rgb(62,252,64); }
td.TdClassName
{
border-color: #3EFC40;
}
.TagClassName
{
border-color: #3EFC40;
}
</style>