Shades of Lime Green #40C043
Tints of Lime Green #40C043
RGB
CMYK
RGB Variations
Color information
#40C043 (or 0x40C043) is known color: Lime Green. HEX triplet: 40, C0 and 43. RGB value is (64,192,67). Sum of RGB (Red+Green+Blue) = 64+192+67=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #40C043 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C043 is #BF3FBC. Grayscale: #8B8B8B. Windows color (decimal): -12533693 or 4440128. OLE color: 4440128.
HSL color Cylindrical-coordinate representation of color #40C043: hue angle of 121.41º 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 #40C043 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 67 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.25 |
| HSL | 121.41º | 0.5% | 0.5% | - |
| HSV(B) | 121.41º | 0.67% | 0.75% | - |
| XYZ | 21.98 | 39.19 | 11.72 | - |
| YUV | 139.48 | 87.09 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 67 | 0.67 | 0 | 0.65 | 0.25 | 121.41 | 0.5 | 0.5 |
| Hex | 40 | C0 | 43 | 43 | 0 | 41 | 19 | 79 | 32 | 32 |
| Octal | 100 | 300 | 103 | 103 | 0 | 101 | 31 | 171 | 62 | 62 |
| Binary | 1000000 | 11000000 | 1000011 | 1000011 | 0 | 1000001 | 11001 | 1111001 | 110010 | 110010 |
Color Harmonies of #40C043
Complementary color
Monochromatic Colors of #40C043
Black with #40C043
Text Example
Text Example
White with #40C043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C043; }
p { color: rgb(64,192,67); }
H1.HeaderClassName
{
color: #40C043;
}
.AnyTagClassName
{
color: #40C043;
}
</style>
background-color css
<style>
a { background-color: #40C043; }
a { background-color: rgb(64,192,67); }
div.DivClassName
{
background-color: #40C043;
}
.BgClassName
{
background-color: #40C043;
}
</style>
border-color css
<style>
span { border-color: #40C043; }
span { border-color: rgb(64,192,67); }
td.TdClassName
{
border-color: #40C043;
}
.TagClassName
{
border-color: #40C043;
}
</style>