Shades of Lime Green #40CE54
Tints of Lime Green #40CE54
RGB
CMYK
RGB Variations
Color information
#40CE54 (or 0x40CE54) is known color: Lime Green. HEX triplet: 40, CE and 54. RGB value is (64,206,84). Sum of RGB (Red+Green+Blue) = 64+206+84=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #40CE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CE54 is #BF31AB. Grayscale: #959595. Windows color (decimal): -12530092 or 5557824. OLE color: 5557824.
HSL color Cylindrical-coordinate representation of color #40CE54: hue angle of 128.45º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CE54 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 84 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.19 |
| HSL | 128.45º | 0.59% | 0.53% | - |
| HSV(B) | 128.45º | 0.69% | 0.81% | - |
| XYZ | 25.79 | 45.87 | 15.88 | - |
| YUV | 149.63 | 90.96 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 84 | 0.69 | 0 | 0.59 | 0.19 | 128.45 | 0.59 | 0.53 |
| Hex | 40 | CE | 54 | 45 | 0 | 3B | 13 | 80 | 3B | 35 |
| Octal | 100 | 316 | 124 | 105 | 0 | 73 | 23 | 200 | 73 | 65 |
| Binary | 1000000 | 11001110 | 1010100 | 1000101 | 0 | 111011 | 10011 | 10000000 | 111011 | 110101 |
Color Harmonies of #40CE54
Complementary color
Monochromatic Colors of #40CE54
Black with #40CE54
Text Example
Text Example
White with #40CE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CE54; }
p { color: rgb(64,206,84); }
H1.HeaderClassName
{
color: #40CE54;
}
.AnyTagClassName
{
color: #40CE54;
}
</style>
background-color css
<style>
a { background-color: #40CE54; }
a { background-color: rgb(64,206,84); }
div.DivClassName
{
background-color: #40CE54;
}
.BgClassName
{
background-color: #40CE54;
}
</style>
border-color css
<style>
span { border-color: #40CE54; }
span { border-color: rgb(64,206,84); }
td.TdClassName
{
border-color: #40CE54;
}
.TagClassName
{
border-color: #40CE54;
}
</style>