Shades of Lime Green #40E144
Tints of Lime Green #40E144
RGB
CMYK
RGB Variations
Color information
#40E144 (or 0x40E144) is known color: Lime Green. HEX triplet: 40, E1 and 44. RGB value is (64,225,68). Sum of RGB (Red+Green+Blue) = 64+225+68=357 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.93% from 357); Green value is 225 (88.28% from 255 or 63.03% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 225 - color contains mainly: green. Hex color #40E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E144 is #BF1EBB. Grayscale: #9F9F9F. Windows color (decimal): -12525244 or 4514112. OLE color: 4514112.
HSL color Cylindrical-coordinate representation of color #40E144: hue angle of 121.49º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E144 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 68 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.12 |
| HSL | 121.49º | 0.73% | 0.57% | - |
| HSV(B) | 121.49º | 0.72% | 0.88% | - |
| XYZ | 30.08 | 55.36 | 14.57 | - |
| YUV | 158.96 | 76.66 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 68 | 0.72 | 0 | 0.70 | 0.12 | 121.49 | 0.73 | 0.57 |
| Hex | 40 | E1 | 44 | 48 | 0 | 46 | C | 79 | 49 | 39 |
| Octal | 100 | 341 | 104 | 110 | 0 | 106 | 14 | 171 | 111 | 71 |
| Binary | 1000000 | 11100001 | 1000100 | 1001000 | 0 | 1000110 | 1100 | 1111001 | 1001001 | 111001 |
Color Harmonies of #40E144
Complementary color
Monochromatic Colors of #40E144
Black with #40E144
Text Example
Text Example
White with #40E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E144; }
p { color: rgb(64,225,68); }
H1.HeaderClassName
{
color: #40E144;
}
.AnyTagClassName
{
color: #40E144;
}
</style>
background-color css
<style>
a { background-color: #40E144; }
a { background-color: rgb(64,225,68); }
div.DivClassName
{
background-color: #40E144;
}
.BgClassName
{
background-color: #40E144;
}
</style>
border-color css
<style>
span { border-color: #40E144; }
span { border-color: rgb(64,225,68); }
td.TdClassName
{
border-color: #40E144;
}
.TagClassName
{
border-color: #40E144;
}
</style>