Shades of Lime Green #40E64C
Tints of Lime Green #40E64C
RGB
CMYK
RGB Variations
Color information
#40E64C (or 0x40E64C) is known color: Lime Green. HEX triplet: 40, E6 and 4C. RGB value is (64,230,76). Sum of RGB (Red+Green+Blue) = 64+230+76=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 230 (90.23% from 255 or 62.16% from 370); Blue value is 76 (30.08% from 255 or 20.54% from 370); Max value from RGB is 230 - color contains mainly: green. Hex color #40E64C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E64C is #BF19B3. Grayscale: #A3A3A3. Windows color (decimal): -12523956 or 5039680. OLE color: 5039680.
HSL color Cylindrical-coordinate representation of color #40E64C: hue angle of 124.34º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E64C is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 76 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.10 |
| HSL | 124.34º | 0.77% | 0.58% | - |
| HSV(B) | 124.34º | 0.72% | 0.9% | - |
| XYZ | 31.72 | 58.21 | 16.4 | - |
| YUV | 162.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 76 | 0.72 | 0 | 0.67 | 0.10 | 124.34 | 0.77 | 0.58 |
| Hex | 40 | E6 | 4C | 48 | 0 | 43 | A | 7C | 4D | 3A |
| Octal | 100 | 346 | 114 | 110 | 0 | 103 | 12 | 174 | 115 | 72 |
| Binary | 1000000 | 11100110 | 1001100 | 1001000 | 0 | 1000011 | 1010 | 1111100 | 1001101 | 111010 |
Color Harmonies of #40E64C
Complementary color
Monochromatic Colors of #40E64C
Black with #40E64C
Text Example
Text Example
White with #40E64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E64C; }
p { color: rgb(64,230,76); }
H1.HeaderClassName
{
color: #40E64C;
}
.AnyTagClassName
{
color: #40E64C;
}
</style>
background-color css
<style>
a { background-color: #40E64C; }
a { background-color: rgb(64,230,76); }
div.DivClassName
{
background-color: #40E64C;
}
.BgClassName
{
background-color: #40E64C;
}
</style>
border-color css
<style>
span { border-color: #40E64C; }
span { border-color: rgb(64,230,76); }
td.TdClassName
{
border-color: #40E64C;
}
.TagClassName
{
border-color: #40E64C;
}
</style>