Shades of Lime Green #40E444
Tints of Lime Green #40E444
RGB
CMYK
RGB Variations
Color information
#40E444 (or 0x40E444) is known color: Lime Green. HEX triplet: 40, E4 and 44. RGB value is (64,228,68). Sum of RGB (Red+Green+Blue) = 64+228+68=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 228 (89.45% from 255 or 63.33% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 228 - color contains mainly: green. Hex color #40E444 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E444 is #BF1BBB. Grayscale: #A1A1A1. Windows color (decimal): -12524476 or 4514880. OLE color: 4514880.
HSL color Cylindrical-coordinate representation of color #40E444: hue angle of 121.46º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E444 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 68 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.11 |
| HSL | 121.46º | 0.75% | 0.57% | - |
| HSV(B) | 121.46º | 0.72% | 0.89% | - |
| XYZ | 30.9 | 56.99 | 14.84 | - |
| YUV | 160.72 | 75.67 | 59.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 68 | 0.72 | 0 | 0.70 | 0.11 | 121.46 | 0.75 | 0.57 |
| Hex | 40 | E4 | 44 | 48 | 0 | 46 | B | 79 | 4B | 39 |
| Octal | 100 | 344 | 104 | 110 | 0 | 106 | 13 | 171 | 113 | 71 |
| Binary | 1000000 | 11100100 | 1000100 | 1001000 | 0 | 1000110 | 1011 | 1111001 | 1001011 | 111001 |
Color Harmonies of #40E444
Complementary color
Monochromatic Colors of #40E444
Black with #40E444
Text Example
Text Example
White with #40E444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E444; }
p { color: rgb(64,228,68); }
H1.HeaderClassName
{
color: #40E444;
}
.AnyTagClassName
{
color: #40E444;
}
</style>
background-color css
<style>
a { background-color: #40E444; }
a { background-color: rgb(64,228,68); }
div.DivClassName
{
background-color: #40E444;
}
.BgClassName
{
background-color: #40E444;
}
</style>
border-color css
<style>
span { border-color: #40E444; }
span { border-color: rgb(64,228,68); }
td.TdClassName
{
border-color: #40E444;
}
.TagClassName
{
border-color: #40E444;
}
</style>