Shades of Lime Green #40C74F
Tints of Lime Green #40C74F
RGB
CMYK
RGB Variations
Color information
#40C74F (or 0x40C74F) is known color: Lime Green. HEX triplet: 40, C7 and 4F. RGB value is (64,199,79). Sum of RGB (Red+Green+Blue) = 64+199+79=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #40C74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40C74F is #BF38B0. Grayscale: #919191. Windows color (decimal): -12531889 or 5228352. OLE color: 5228352.
HSL color Cylindrical-coordinate representation of color #40C74F: hue angle of 126.67º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C74F is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 199 | 79 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.22 |
| HSL | 126.67º | 0.55% | 0.52% | - |
| HSV(B) | 126.67º | 0.68% | 0.78% | - |
| XYZ | 23.95 | 42.5 | 14.34 | - |
| YUV | 144.96 | 90.77 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 79 | 0.68 | 0 | 0.60 | 0.22 | 126.67 | 0.55 | 0.52 |
| Hex | 40 | C7 | 4F | 44 | 0 | 3C | 16 | 7F | 37 | 34 |
| Octal | 100 | 307 | 117 | 104 | 0 | 74 | 26 | 177 | 67 | 64 |
| Binary | 1000000 | 11000111 | 1001111 | 1000100 | 0 | 111100 | 10110 | 1111111 | 110111 | 110100 |
Color Harmonies of #40C74F
Complementary color
Monochromatic Colors of #40C74F
Black with #40C74F
Text Example
Text Example
White with #40C74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C74F; }
p { color: rgb(64,199,79); }
H1.HeaderClassName
{
color: #40C74F;
}
.AnyTagClassName
{
color: #40C74F;
}
</style>
background-color css
<style>
a { background-color: #40C74F; }
a { background-color: rgb(64,199,79); }
div.DivClassName
{
background-color: #40C74F;
}
.BgClassName
{
background-color: #40C74F;
}
</style>
border-color css
<style>
span { border-color: #40C74F; }
span { border-color: rgb(64,199,79); }
td.TdClassName
{
border-color: #40C74F;
}
.TagClassName
{
border-color: #40C74F;
}
</style>