Shades of Lime Green #40F229
Tints of Lime Green #40F229
RGB
CMYK
RGB Variations
Color information
#40F229 (or 0x40F229) is known color: Lime Green. HEX triplet: 40, F2 and 29. RGB value is (64,242,41). Sum of RGB (Red+Green+Blue) = 64+242+41=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 242 (94.92% from 255 or 69.74% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 242 - color contains mainly: green. Hex color #40F229 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F229 is #BF0DD6. Grayscale: #A6A6A6. Windows color (decimal): -12520919 or 2748992. OLE color: 2748992.
HSL color Cylindrical-coordinate representation of color #40F229: hue angle of 113.13º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40F229 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 41 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.05 |
| HSL | 113.13º | 0.89% | 0.55% | - |
| HSV(B) | 113.13º | 0.83% | 0.95% | - |
| XYZ | 34.27 | 64.75 | 12.79 | - |
| YUV | 165.86 | 57.53 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 41 | 0.74 | 0 | 0.83 | 0.05 | 113.13 | 0.89 | 0.55 |
| Hex | 40 | F2 | 29 | 4A | 0 | 53 | 5 | 71 | 59 | 37 |
| Octal | 100 | 362 | 51 | 112 | 0 | 123 | 5 | 161 | 131 | 67 |
| Binary | 1000000 | 11110010 | 101001 | 1001010 | 0 | 1010011 | 101 | 1110001 | 1011001 | 110111 |
Color Harmonies of #40F229
Complementary color
Monochromatic Colors of #40F229
Black with #40F229
Text Example
Text Example
White with #40F229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F229; }
p { color: rgb(64,242,41); }
H1.HeaderClassName
{
color: #40F229;
}
.AnyTagClassName
{
color: #40F229;
}
</style>
background-color css
<style>
a { background-color: #40F229; }
a { background-color: rgb(64,242,41); }
div.DivClassName
{
background-color: #40F229;
}
.BgClassName
{
background-color: #40F229;
}
</style>
border-color css
<style>
span { border-color: #40F229; }
span { border-color: rgb(64,242,41); }
td.TdClassName
{
border-color: #40F229;
}
.TagClassName
{
border-color: #40F229;
}
</style>