Shades of Lime Green #40E54C
Tints of Lime Green #40E54C
RGB
CMYK
RGB Variations
Color information
#40E54C (or 0x40E54C) is known color: Lime Green. HEX triplet: 40, E5 and 4C. RGB value is (64,229,76). Sum of RGB (Red+Green+Blue) = 64+229+76=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 229 (89.84% from 255 or 62.06% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 229 - color contains mainly: green. Hex color #40E54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E54C is #BF1AB3. Grayscale: #A2A2A2. Windows color (decimal): -12524212 or 5039424. OLE color: 5039424.
HSL color Cylindrical-coordinate representation of color #40E54C: hue angle of 124.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E54C is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 229 | 76 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.10 |
| HSL | 124.36º | 0.76% | 0.57% | - |
| HSV(B) | 124.36º | 0.72% | 0.9% | - |
| XYZ | 31.44 | 57.65 | 16.31 | - |
| YUV | 162.22 | 79.34 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 229 | 76 | 0.72 | 0 | 0.67 | 0.10 | 124.36 | 0.76 | 0.57 |
| Hex | 40 | E5 | 4C | 48 | 0 | 43 | A | 7C | 4C | 39 |
| Octal | 100 | 345 | 114 | 110 | 0 | 103 | 12 | 174 | 114 | 71 |
| Binary | 1000000 | 11100101 | 1001100 | 1001000 | 0 | 1000011 | 1010 | 1111100 | 1001100 | 111001 |
Color Harmonies of #40E54C
Complementary color
Monochromatic Colors of #40E54C
Black with #40E54C
Text Example
Text Example
White with #40E54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E54C; }
p { color: rgb(64,229,76); }
H1.HeaderClassName
{
color: #40E54C;
}
.AnyTagClassName
{
color: #40E54C;
}
</style>
background-color css
<style>
a { background-color: #40E54C; }
a { background-color: rgb(64,229,76); }
div.DivClassName
{
background-color: #40E54C;
}
.BgClassName
{
background-color: #40E54C;
}
</style>
border-color css
<style>
span { border-color: #40E54C; }
span { border-color: rgb(64,229,76); }
td.TdClassName
{
border-color: #40E54C;
}
.TagClassName
{
border-color: #40E54C;
}
</style>