Shades of Lime Green #40FE39
Tints of Lime Green #40FE39
RGB
CMYK
RGB Variations
Color information
#40FE39 (or 0x40FE39) is known color: Lime Green. HEX triplet: 40, FE and 39. RGB value is (64,254,57). Sum of RGB (Red+Green+Blue) = 64+254+57=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 254 (99.61% from 255 or 67.73% from 375); Blue value is 57 (22.66% from 255 or 15.2% from 375); Max value from RGB is 254 - color contains mainly: green. Hex color #40FE39 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FE39 is #BF01C6. Grayscale: #AFAFAF. Windows color (decimal): -12517831 or 3800640. OLE color: 3800640.
HSL color Cylindrical-coordinate representation of color #40FE39: hue angle of 117.87º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40FE39 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 64 | 254 | 57 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.00 |
| HSL | 117.87º | 0.99% | 0.61% | - |
| HSV(B) | 117.87º | 0.78% | 1% | - |
| XYZ | 38.29 | 72.27 | 15.8 | - |
| YUV | 174.73 | 61.55 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 254 | 57 | 0.75 | 0 | 0.78 | 0.00 | 117.87 | 0.99 | 0.61 |
| Hex | 40 | FE | 39 | 4B | 0 | 4E | 0 | 76 | 63 | 3D |
| Octal | 100 | 376 | 71 | 113 | 0 | 116 | 0 | 166 | 143 | 75 |
| Binary | 1000000 | 11111110 | 111001 | 1001011 | 0 | 1001110 | 0 | 1110110 | 1100011 | 111101 |
Color Harmonies of #40FE39
Complementary color
Monochromatic Colors of #40FE39
Black with #40FE39
Text Example
Text Example
White with #40FE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FE39; }
p { color: rgb(64,254,57); }
H1.HeaderClassName
{
color: #40FE39;
}
.AnyTagClassName
{
color: #40FE39;
}
</style>
background-color css
<style>
a { background-color: #40FE39; }
a { background-color: rgb(64,254,57); }
div.DivClassName
{
background-color: #40FE39;
}
.BgClassName
{
background-color: #40FE39;
}
</style>
border-color css
<style>
span { border-color: #40FE39; }
span { border-color: rgb(64,254,57); }
td.TdClassName
{
border-color: #40FE39;
}
.TagClassName
{
border-color: #40FE39;
}
</style>