Shades of Lime Green #40F029
Tints of Lime Green #40F029
RGB
CMYK
RGB Variations
Color information
#40F029 (or 0x40F029) is known color: Lime Green. HEX triplet: 40, F0 and 29. RGB value is (64,240,41). Sum of RGB (Red+Green+Blue) = 64+240+41=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #40F029 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F029 is #BF0FD6. Grayscale: #A5A5A5. Windows color (decimal): -12521431 or 2748480. OLE color: 2748480.
HSL color Cylindrical-coordinate representation of color #40F029: hue angle of 113.07º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40F029 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 240 | 41 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.06 |
| HSL | 113.07º | 0.87% | 0.55% | - |
| HSV(B) | 113.07º | 0.83% | 0.94% | - |
| XYZ | 33.67 | 63.57 | 12.59 | - |
| YUV | 164.69 | 58.19 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 240 | 41 | 0.73 | 0 | 0.83 | 0.06 | 113.07 | 0.87 | 0.55 |
| Hex | 40 | F0 | 29 | 49 | 0 | 53 | 6 | 71 | 57 | 37 |
| Octal | 100 | 360 | 51 | 111 | 0 | 123 | 6 | 161 | 127 | 67 |
| Binary | 1000000 | 11110000 | 101001 | 1001001 | 0 | 1010011 | 110 | 1110001 | 1010111 | 110111 |
Color Harmonies of #40F029
Complementary color
Monochromatic Colors of #40F029
Black with #40F029
Text Example
Text Example
White with #40F029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F029; }
p { color: rgb(64,240,41); }
H1.HeaderClassName
{
color: #40F029;
}
.AnyTagClassName
{
color: #40F029;
}
</style>
background-color css
<style>
a { background-color: #40F029; }
a { background-color: rgb(64,240,41); }
div.DivClassName
{
background-color: #40F029;
}
.BgClassName
{
background-color: #40F029;
}
</style>
border-color css
<style>
span { border-color: #40F029; }
span { border-color: rgb(64,240,41); }
td.TdClassName
{
border-color: #40F029;
}
.TagClassName
{
border-color: #40F029;
}
</style>