Shades of Lime Green #40C047
Tints of Lime Green #40C047
RGB
CMYK
RGB Variations
Color information
#40C047 (or 0x40C047) is known color: Lime Green. HEX triplet: 40, C0 and 47. RGB value is (64,192,71). Sum of RGB (Red+Green+Blue) = 64+192+71=327 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.57% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #40C047 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C047 is #BF3FB8. Grayscale: #8C8C8C. Windows color (decimal): -12533689 or 4702272. OLE color: 4702272.
HSL color Cylindrical-coordinate representation of color #40C047: hue angle of 123.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C047 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 71 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.25 |
| HSL | 123.28º | 0.5% | 0.5% | - |
| HSV(B) | 123.28º | 0.67% | 0.75% | - |
| XYZ | 22.1 | 39.24 | 12.37 | - |
| YUV | 139.93 | 89.09 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 71 | 0.67 | 0 | 0.63 | 0.25 | 123.28 | 0.5 | 0.5 |
| Hex | 40 | C0 | 47 | 43 | 0 | 3F | 19 | 7B | 32 | 32 |
| Octal | 100 | 300 | 107 | 103 | 0 | 77 | 31 | 173 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1000111 | 1000011 | 0 | 111111 | 11001 | 1111011 | 110010 | 110010 |
Color Harmonies of #40C047
Complementary color
Monochromatic Colors of #40C047
Black with #40C047
Text Example
Text Example
White with #40C047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C047; }
p { color: rgb(64,192,71); }
H1.HeaderClassName
{
color: #40C047;
}
.AnyTagClassName
{
color: #40C047;
}
</style>
background-color css
<style>
a { background-color: #40C047; }
a { background-color: rgb(64,192,71); }
div.DivClassName
{
background-color: #40C047;
}
.BgClassName
{
background-color: #40C047;
}
</style>
border-color css
<style>
span { border-color: #40C047; }
span { border-color: rgb(64,192,71); }
td.TdClassName
{
border-color: #40C047;
}
.TagClassName
{
border-color: #40C047;
}
</style>