Shades of Lime Green #40C44E
Tints of Lime Green #40C44E
RGB
CMYK
RGB Variations
Color information
#40C44E (or 0x40C44E) is known color: Lime Green. HEX triplet: 40, C4 and 4E. RGB value is (64,196,78). Sum of RGB (Red+Green+Blue) = 64+196+78=338 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.93% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #40C44E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C44E is #BF3BB1. Grayscale: #8F8F8F. Windows color (decimal): -12532658 or 5162048. OLE color: 5162048.
HSL color Cylindrical-coordinate representation of color #40C44E: hue angle of 126.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C44E is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 78 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.23 |
| HSL | 126.36º | 0.53% | 0.51% | - |
| HSV(B) | 126.36º | 0.67% | 0.77% | - |
| XYZ | 23.23 | 41.12 | 13.92 | - |
| YUV | 143.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 78 | 0.67 | 0 | 0.60 | 0.23 | 126.36 | 0.53 | 0.51 |
| Hex | 40 | C4 | 4E | 43 | 0 | 3C | 17 | 7E | 35 | 33 |
| Octal | 100 | 304 | 116 | 103 | 0 | 74 | 27 | 176 | 65 | 63 |
| Binary | 1000000 | 11000100 | 1001110 | 1000011 | 0 | 111100 | 10111 | 1111110 | 110101 | 110011 |
Color Harmonies of #40C44E
Complementary color
Monochromatic Colors of #40C44E
Black with #40C44E
Text Example
Text Example
White with #40C44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C44E; }
p { color: rgb(64,196,78); }
H1.HeaderClassName
{
color: #40C44E;
}
.AnyTagClassName
{
color: #40C44E;
}
</style>
background-color css
<style>
a { background-color: #40C44E; }
a { background-color: rgb(64,196,78); }
div.DivClassName
{
background-color: #40C44E;
}
.BgClassName
{
background-color: #40C44E;
}
</style>
border-color css
<style>
span { border-color: #40C44E; }
span { border-color: rgb(64,196,78); }
td.TdClassName
{
border-color: #40C44E;
}
.TagClassName
{
border-color: #40C44E;
}
</style>