Shades of Lime Green #40C42F
Tints of Lime Green #40C42F
RGB
CMYK
RGB Variations
Color information
#40C42F (or 0x40C42F) is known color: Lime Green. HEX triplet: 40, C4 and 2F. RGB value is (64,196,47). Sum of RGB (Red+Green+Blue) = 64+196+47=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 196 (76.95% from 255 or 63.84% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 196 - color contains mainly: green. Hex color #40C42F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C42F is #BF3BD0. Grayscale: #8C8C8C. Windows color (decimal): -12532689 or 3130432. OLE color: 3130432.
HSL color Cylindrical-coordinate representation of color #40C42F: hue angle of 113.15º 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 #40C42F is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 64 | 196 | 47 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.23 |
| HSL | 113.15º | 0.61% | 0.48% | - |
| HSV(B) | 113.15º | 0.76% | 0.77% | - |
| XYZ | 22.37 | 40.78 | 9.38 | - |
| YUV | 139.55 | 75.77 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 196 | 47 | 0.67 | 0 | 0.76 | 0.23 | 113.15 | 0.61 | 0.48 |
| Hex | 40 | C4 | 2F | 43 | 0 | 4C | 17 | 71 | 3D | 30 |
| Octal | 100 | 304 | 57 | 103 | 0 | 114 | 27 | 161 | 75 | 60 |
| Binary | 1000000 | 11000100 | 101111 | 1000011 | 0 | 1001100 | 10111 | 1110001 | 111101 | 110000 |
Color Harmonies of #40C42F
Complementary color
Monochromatic Colors of #40C42F
Black with #40C42F
Text Example
Text Example
White with #40C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C42F; }
p { color: rgb(64,196,47); }
H1.HeaderClassName
{
color: #40C42F;
}
.AnyTagClassName
{
color: #40C42F;
}
</style>
background-color css
<style>
a { background-color: #40C42F; }
a { background-color: rgb(64,196,47); }
div.DivClassName
{
background-color: #40C42F;
}
.BgClassName
{
background-color: #40C42F;
}
</style>
border-color css
<style>
span { border-color: #40C42F; }
span { border-color: rgb(64,196,47); }
td.TdClassName
{
border-color: #40C42F;
}
.TagClassName
{
border-color: #40C42F;
}
</style>