Shades of Lime Green #40F145
Tints of Lime Green #40F145
RGB
CMYK
RGB Variations
Color information
#40F145 (or 0x40F145) is known color: Lime Green. HEX triplet: 40, F1 and 45. RGB value is (64,241,69). Sum of RGB (Red+Green+Blue) = 64+241+69=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 241 (94.53% from 255 or 64.44% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 241 - color contains mainly: green. Hex color #40F145 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F145 is #BF0EBA. Grayscale: #A8A8A8. Windows color (decimal): -12521147 or 4583744. OLE color: 4583744.
HSL color Cylindrical-coordinate representation of color #40F145: hue angle of 121.69º 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 #40F145 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 64 | 241 | 69 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.05 |
| HSL | 121.69º | 0.86% | 0.6% | - |
| HSV(B) | 121.69º | 0.73% | 0.95% | - |
| XYZ | 34.64 | 64.43 | 16.24 | - |
| YUV | 168.47 | 71.86 | 53.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 241 | 69 | 0.73 | 0 | 0.71 | 0.05 | 121.69 | 0.86 | 0.6 |
| Hex | 40 | F1 | 45 | 49 | 0 | 47 | 5 | 7A | 56 | 3C |
| Octal | 100 | 361 | 105 | 111 | 0 | 107 | 5 | 172 | 126 | 74 |
| Binary | 1000000 | 11110001 | 1000101 | 1001001 | 0 | 1000111 | 101 | 1111010 | 1010110 | 111100 |
Color Harmonies of #40F145
Complementary color
Monochromatic Colors of #40F145
Black with #40F145
Text Example
Text Example
White with #40F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F145; }
p { color: rgb(64,241,69); }
H1.HeaderClassName
{
color: #40F145;
}
.AnyTagClassName
{
color: #40F145;
}
</style>
background-color css
<style>
a { background-color: #40F145; }
a { background-color: rgb(64,241,69); }
div.DivClassName
{
background-color: #40F145;
}
.BgClassName
{
background-color: #40F145;
}
</style>
border-color css
<style>
span { border-color: #40F145; }
span { border-color: rgb(64,241,69); }
td.TdClassName
{
border-color: #40F145;
}
.TagClassName
{
border-color: #40F145;
}
</style>