Shades of Lime Green #40C53A
Tints of Lime Green #40C53A
RGB
CMYK
RGB Variations
Color information
#40C53A (or 0x40C53A) is known color: Lime Green. HEX triplet: 40, C5 and 3A. RGB value is (64,197,58). Sum of RGB (Red+Green+Blue) = 64+197+58=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 197 (77.34% from 255 or 61.76% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 197 - color contains mainly: green. Hex color #40C53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C53A is #BF3AC5. Grayscale: #8D8D8D. Windows color (decimal): -12532422 or 3851584. OLE color: 3851584.
HSL color Cylindrical-coordinate representation of color #40C53A: hue angle of 117.41º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C53A is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 58 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.23 |
| HSL | 117.41º | 0.55% | 0.5% | - |
| HSV(B) | 117.41º | 0.71% | 0.77% | - |
| XYZ | 22.84 | 41.33 | 10.78 | - |
| YUV | 141.39 | 80.94 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 58 | 0.68 | 0 | 0.71 | 0.23 | 117.41 | 0.55 | 0.5 |
| Hex | 40 | C5 | 3A | 44 | 0 | 47 | 17 | 75 | 37 | 32 |
| Octal | 100 | 305 | 72 | 104 | 0 | 107 | 27 | 165 | 67 | 62 |
| Binary | 1000000 | 11000101 | 111010 | 1000100 | 0 | 1000111 | 10111 | 1110101 | 110111 | 110010 |
Color Harmonies of #40C53A
Complementary color
Monochromatic Colors of #40C53A
Black with #40C53A
Text Example
Text Example
White with #40C53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C53A; }
p { color: rgb(64,197,58); }
H1.HeaderClassName
{
color: #40C53A;
}
.AnyTagClassName
{
color: #40C53A;
}
</style>
background-color css
<style>
a { background-color: #40C53A; }
a { background-color: rgb(64,197,58); }
div.DivClassName
{
background-color: #40C53A;
}
.BgClassName
{
background-color: #40C53A;
}
</style>
border-color css
<style>
span { border-color: #40C53A; }
span { border-color: rgb(64,197,58); }
td.TdClassName
{
border-color: #40C53A;
}
.TagClassName
{
border-color: #40C53A;
}
</style>