Shades of Lime Green #40FE40
Tints of Lime Green #40FE40
RGB
CMYK
RGB Variations
Color information
#40FE40 (or 0x40FE40) is known color: Lime Green. HEX triplet: 40, FE and 40. RGB value is (64,254,64). Sum of RGB (Red+Green+Blue) = 64+254+64=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 254 (99.61% from 255 or 66.49% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 254 - color contains mainly: green. Hex color #40FE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FE40 is #BF01BF. Grayscale: #B0B0B0. Windows color (decimal): -12517824 or 4259392. OLE color: 4259392.
HSL color Cylindrical-coordinate representation of color #40FE40: hue angle of 120º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FE40 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 64 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.00 |
| HSL | 120º | 0.99% | 0.62% | - |
| HSV(B) | 120º | 0.75% | 1% | - |
| XYZ | 38.48 | 72.34 | 16.79 | - |
| YUV | 175.53 | 65.05 | 48.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 64 | 0.75 | 0 | 0.75 | 0.00 | 120 | 0.99 | 0.62 |
| Hex | 40 | FE | 40 | 4B | 0 | 4B | 0 | 78 | 63 | 3E |
| Octal | 100 | 376 | 100 | 113 | 0 | 113 | 0 | 170 | 143 | 76 |
| Binary | 1000000 | 11111110 | 1000000 | 1001011 | 0 | 1001011 | 0 | 1111000 | 1100011 | 111110 |
Color Harmonies of #40FE40
Complementary color
Monochromatic Colors of #40FE40
Black with #40FE40
Text Example
Text Example
White with #40FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FE40; }
p { color: rgb(64,254,64); }
H1.HeaderClassName
{
color: #40FE40;
}
.AnyTagClassName
{
color: #40FE40;
}
</style>
background-color css
<style>
a { background-color: #40FE40; }
a { background-color: rgb(64,254,64); }
div.DivClassName
{
background-color: #40FE40;
}
.BgClassName
{
background-color: #40FE40;
}
</style>
border-color css
<style>
span { border-color: #40FE40; }
span { border-color: rgb(64,254,64); }
td.TdClassName
{
border-color: #40FE40;
}
.TagClassName
{
border-color: #40FE40;
}
</style>