Shades of Lime Green #40EA26
Tints of Lime Green #40EA26
RGB
CMYK
RGB Variations
Color information
#40EA26 (or 0x40EA26) is known color: Lime Green. HEX triplet: 40, EA and 26. RGB value is (64,234,38). Sum of RGB (Red+Green+Blue) = 64+234+38=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 234 (91.80% from 255 or 69.64% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EA26 is #BF15D9. Grayscale: #A1A1A1. Windows color (decimal): -12522970 or 2550336. OLE color: 2550336.
HSL color Cylindrical-coordinate representation of color #40EA26: hue angle of 112.04º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40EA26 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 38 | - |
| CMYK | 0.73 | 0 | 0.84 | 0.08 |
| HSL | 112.04º | 0.82% | 0.53% | - |
| HSV(B) | 112.04º | 0.84% | 0.92% | - |
| XYZ | 31.89 | 60.08 | 11.75 | - |
| YUV | 160.83 | 58.68 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 38 | 0.73 | 0 | 0.84 | 0.08 | 112.04 | 0.82 | 0.53 |
| Hex | 40 | EA | 26 | 49 | 0 | 54 | 8 | 70 | 52 | 35 |
| Octal | 100 | 352 | 46 | 111 | 0 | 124 | 10 | 160 | 122 | 65 |
| Binary | 1000000 | 11101010 | 100110 | 1001001 | 0 | 1010100 | 1000 | 1110000 | 1010010 | 110101 |
Color Harmonies of #40EA26
Complementary color
Monochromatic Colors of #40EA26
Black with #40EA26
Text Example
Text Example
White with #40EA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EA26; }
p { color: rgb(64,234,38); }
H1.HeaderClassName
{
color: #40EA26;
}
.AnyTagClassName
{
color: #40EA26;
}
</style>
background-color css
<style>
a { background-color: #40EA26; }
a { background-color: rgb(64,234,38); }
div.DivClassName
{
background-color: #40EA26;
}
.BgClassName
{
background-color: #40EA26;
}
</style>
border-color css
<style>
span { border-color: #40EA26; }
span { border-color: rgb(64,234,38); }
td.TdClassName
{
border-color: #40EA26;
}
.TagClassName
{
border-color: #40EA26;
}
</style>