Shades of Lime Green #40C530
Tints of Lime Green #40C530
RGB
CMYK
RGB Variations
Color information
#40C530 (or 0x40C530) is known color: Lime Green. HEX triplet: 40, C5 and 30. RGB value is (64,197,48). Sum of RGB (Red+Green+Blue) = 64+197+48=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #40C530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C530 is #BF3ACF. Grayscale: #8C8C8C. Windows color (decimal): -12532432 or 3196224. OLE color: 3196224.
HSL color Cylindrical-coordinate representation of color #40C530: hue angle of 113.56º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40C530 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 197 | 48 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.23 |
| HSL | 113.56º | 0.61% | 0.48% | - |
| HSV(B) | 113.56º | 0.76% | 0.77% | - |
| XYZ | 22.61 | 41.24 | 9.56 | - |
| YUV | 140.25 | 75.94 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 197 | 48 | 0.68 | 0 | 0.76 | 0.23 | 113.56 | 0.61 | 0.48 |
| Hex | 40 | C5 | 30 | 44 | 0 | 4C | 17 | 72 | 3D | 30 |
| Octal | 100 | 305 | 60 | 104 | 0 | 114 | 27 | 162 | 75 | 60 |
| Binary | 1000000 | 11000101 | 110000 | 1000100 | 0 | 1001100 | 10111 | 1110010 | 111101 | 110000 |
Color Harmonies of #40C530
Complementary color
Monochromatic Colors of #40C530
Black with #40C530
Text Example
Text Example
White with #40C530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C530; }
p { color: rgb(64,197,48); }
H1.HeaderClassName
{
color: #40C530;
}
.AnyTagClassName
{
color: #40C530;
}
</style>
background-color css
<style>
a { background-color: #40C530; }
a { background-color: rgb(64,197,48); }
div.DivClassName
{
background-color: #40C530;
}
.BgClassName
{
background-color: #40C530;
}
</style>
border-color css
<style>
span { border-color: #40C530; }
span { border-color: rgb(64,197,48); }
td.TdClassName
{
border-color: #40C530;
}
.TagClassName
{
border-color: #40C530;
}
</style>