Shades of Lime Green #40E750
Tints of Lime Green #40E750
RGB
CMYK
RGB Variations
Color information
#40E750 (or 0x40E750) is known color: Lime Green. HEX triplet: 40, E7 and 50. RGB value is (64,231,80). Sum of RGB (Red+Green+Blue) = 64+231+80=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 231 (90.62% from 255 or 61.6% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 231 - color contains mainly: green. Hex color #40E750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40E750 is #BF18AF. Grayscale: #A4A4A4. Windows color (decimal): -12523696 or 5302080. OLE color: 5302080.
HSL color Cylindrical-coordinate representation of color #40E750: hue angle of 125.75º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E750 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 80 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.09 |
| HSL | 125.75º | 0.78% | 0.58% | - |
| HSV(B) | 125.75º | 0.72% | 0.91% | - |
| XYZ | 32.14 | 58.82 | 17.25 | - |
| YUV | 163.85 | 80.67 | 56.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 80 | 0.72 | 0 | 0.65 | 0.09 | 125.75 | 0.78 | 0.58 |
| Hex | 40 | E7 | 50 | 48 | 0 | 41 | 9 | 7E | 4E | 3A |
| Octal | 100 | 347 | 120 | 110 | 0 | 101 | 11 | 176 | 116 | 72 |
| Binary | 1000000 | 11100111 | 1010000 | 1001000 | 0 | 1000001 | 1001 | 1111110 | 1001110 | 111010 |
Color Harmonies of #40E750
Complementary color
Monochromatic Colors of #40E750
Black with #40E750
Text Example
Text Example
White with #40E750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E750; }
p { color: rgb(64,231,80); }
H1.HeaderClassName
{
color: #40E750;
}
.AnyTagClassName
{
color: #40E750;
}
</style>
background-color css
<style>
a { background-color: #40E750; }
a { background-color: rgb(64,231,80); }
div.DivClassName
{
background-color: #40E750;
}
.BgClassName
{
background-color: #40E750;
}
</style>
border-color css
<style>
span { border-color: #40E750; }
span { border-color: rgb(64,231,80); }
td.TdClassName
{
border-color: #40E750;
}
.TagClassName
{
border-color: #40E750;
}
</style>