Shades of Lime Green #40F144
Tints of Lime Green #40F144
RGB
CMYK
RGB Variations
Color information
#40F144 (or 0x40F144) is known color: Lime Green. HEX triplet: 40, F1 and 44. RGB value is (64,241,68). Sum of RGB (Red+Green+Blue) = 64+241+68=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 68 (26.95% from 255 or 18.23% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #40F144 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F144 is #BF0EBB. Grayscale: #A8A8A8. Windows color (decimal): -12521148 or 4518208. OLE color: 4518208.
HSL color Cylindrical-coordinate representation of color #40F144: hue angle of 121.36º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40F144 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 68 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.05 |
| HSL | 121.36º | 0.86% | 0.6% | - |
| HSV(B) | 121.36º | 0.73% | 0.95% | - |
| XYZ | 34.61 | 64.42 | 16.08 | - |
| YUV | 168.36 | 71.36 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 68 | 0.73 | 0 | 0.72 | 0.05 | 121.36 | 0.86 | 0.6 |
| Hex | 40 | F1 | 44 | 49 | 0 | 48 | 5 | 79 | 56 | 3C |
| Octal | 100 | 361 | 104 | 111 | 0 | 110 | 5 | 171 | 126 | 74 |
| Binary | 1000000 | 11110001 | 1000100 | 1001001 | 0 | 1001000 | 101 | 1111001 | 1010110 | 111100 |
Color Harmonies of #40F144
Complementary color
Monochromatic Colors of #40F144
Black with #40F144
Text Example
Text Example
White with #40F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F144; }
p { color: rgb(64,241,68); }
H1.HeaderClassName
{
color: #40F144;
}
.AnyTagClassName
{
color: #40F144;
}
</style>
background-color css
<style>
a { background-color: #40F144; }
a { background-color: rgb(64,241,68); }
div.DivClassName
{
background-color: #40F144;
}
.BgClassName
{
background-color: #40F144;
}
</style>
border-color css
<style>
span { border-color: #40F144; }
span { border-color: rgb(64,241,68); }
td.TdClassName
{
border-color: #40F144;
}
.TagClassName
{
border-color: #40F144;
}
</style>