Shades of Lime Green #40F227
Tints of Lime Green #40F227
RGB
CMYK
RGB Variations
Color information
#40F227 (or 0x40F227) is known color: Lime Green. HEX triplet: 40, F2 and 27. RGB value is (64,242,39). Sum of RGB (Red+Green+Blue) = 64+242+39=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 242 (94.92% from 255 or 70.14% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 242 - color contains mainly: green. Hex color #40F227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F227 is #BF0DD8. Grayscale: #A6A6A6. Windows color (decimal): -12520921 or 2617920. OLE color: 2617920.
HSL color Cylindrical-coordinate representation of color #40F227: hue angle of 112.61º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40F227 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 242 | 39 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.05 |
| HSL | 112.61º | 0.89% | 0.55% | - |
| HSV(B) | 112.61º | 0.84% | 0.95% | - |
| XYZ | 34.23 | 64.74 | 12.61 | - |
| YUV | 165.64 | 56.53 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 242 | 39 | 0.74 | 0 | 0.84 | 0.05 | 112.61 | 0.89 | 0.55 |
| Hex | 40 | F2 | 27 | 4A | 0 | 54 | 5 | 71 | 59 | 37 |
| Octal | 100 | 362 | 47 | 112 | 0 | 124 | 5 | 161 | 131 | 67 |
| Binary | 1000000 | 11110010 | 100111 | 1001010 | 0 | 1010100 | 101 | 1110001 | 1011001 | 110111 |
Color Harmonies of #40F227
Complementary color
Monochromatic Colors of #40F227
Black with #40F227
Text Example
Text Example
White with #40F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F227; }
p { color: rgb(64,242,39); }
H1.HeaderClassName
{
color: #40F227;
}
.AnyTagClassName
{
color: #40F227;
}
</style>
background-color css
<style>
a { background-color: #40F227; }
a { background-color: rgb(64,242,39); }
div.DivClassName
{
background-color: #40F227;
}
.BgClassName
{
background-color: #40F227;
}
</style>
border-color css
<style>
span { border-color: #40F227; }
span { border-color: rgb(64,242,39); }
td.TdClassName
{
border-color: #40F227;
}
.TagClassName
{
border-color: #40F227;
}
</style>