Shades of Lime Green #40F22C
Tints of Lime Green #40F22C
RGB
CMYK
RGB Variations
Color information
#40F22C (or 0x40F22C) is known color: Lime Green. HEX triplet: 40, F2 and 2C. RGB value is (64,242,44). Sum of RGB (Red+Green+Blue) = 64+242+44=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 242 (94.92% from 255 or 69.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 242 - color contains mainly: green. Hex color #40F22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F22C is #BF0DD3. Grayscale: #A6A6A6. Windows color (decimal): -12520916 or 2945600. OLE color: 2945600.
HSL color Cylindrical-coordinate representation of color #40F22C: hue angle of 113.94º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40F22C is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 44 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.05 |
| HSL | 113.94º | 0.88% | 0.56% | - |
| HSV(B) | 113.94º | 0.82% | 0.95% | - |
| XYZ | 34.32 | 64.78 | 13.08 | - |
| YUV | 166.21 | 59.03 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 44 | 0.74 | 0 | 0.82 | 0.05 | 113.94 | 0.88 | 0.56 |
| Hex | 40 | F2 | 2C | 4A | 0 | 52 | 5 | 72 | 58 | 38 |
| Octal | 100 | 362 | 54 | 112 | 0 | 122 | 5 | 162 | 130 | 70 |
| Binary | 1000000 | 11110010 | 101100 | 1001010 | 0 | 1010010 | 101 | 1110010 | 1011000 | 111000 |
Color Harmonies of #40F22C
Complementary color
Monochromatic Colors of #40F22C
Black with #40F22C
Text Example
Text Example
White with #40F22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F22C; }
p { color: rgb(64,242,44); }
H1.HeaderClassName
{
color: #40F22C;
}
.AnyTagClassName
{
color: #40F22C;
}
</style>
background-color css
<style>
a { background-color: #40F22C; }
a { background-color: rgb(64,242,44); }
div.DivClassName
{
background-color: #40F22C;
}
.BgClassName
{
background-color: #40F22C;
}
</style>
border-color css
<style>
span { border-color: #40F22C; }
span { border-color: rgb(64,242,44); }
td.TdClassName
{
border-color: #40F22C;
}
.TagClassName
{
border-color: #40F22C;
}
</style>