Shades of Lime Green #40EB40
Tints of Lime Green #40EB40
RGB
CMYK
RGB Variations
Color information
#40EB40 (or 0x40EB40) is known color: Lime Green. HEX triplet: 40, EB and 40. RGB value is (64,235,64). Sum of RGB (Red+Green+Blue) = 64+235+64=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 235 (92.19% from 255 or 64.74% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EB40 is #BF14BF. Grayscale: #A4A4A4. Windows color (decimal): -12522688 or 4254528. OLE color: 4254528.
HSL color Cylindrical-coordinate representation of color #40EB40: hue angle of 120º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EB40 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 235 | 64 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.08 |
| HSL | 120º | 0.81% | 0.59% | - |
| HSV(B) | 120º | 0.73% | 0.92% | - |
| XYZ | 32.75 | 60.88 | 14.87 | - |
| YUV | 164.38 | 71.35 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 235 | 64 | 0.73 | 0 | 0.73 | 0.08 | 120 | 0.81 | 0.59 |
| Hex | 40 | EB | 40 | 49 | 0 | 49 | 8 | 78 | 51 | 3B |
| Octal | 100 | 353 | 100 | 111 | 0 | 111 | 10 | 170 | 121 | 73 |
| Binary | 1000000 | 11101011 | 1000000 | 1001001 | 0 | 1001001 | 1000 | 1111000 | 1010001 | 111011 |
Color Harmonies of #40EB40
Complementary color
Monochromatic Colors of #40EB40
Black with #40EB40
Text Example
Text Example
White with #40EB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EB40; }
p { color: rgb(64,235,64); }
H1.HeaderClassName
{
color: #40EB40;
}
.AnyTagClassName
{
color: #40EB40;
}
</style>
background-color css
<style>
a { background-color: #40EB40; }
a { background-color: rgb(64,235,64); }
div.DivClassName
{
background-color: #40EB40;
}
.BgClassName
{
background-color: #40EB40;
}
</style>
border-color css
<style>
span { border-color: #40EB40; }
span { border-color: rgb(64,235,64); }
td.TdClassName
{
border-color: #40EB40;
}
.TagClassName
{
border-color: #40EB40;
}
</style>