Shades of Lime Green #40C62F
Tints of Lime Green #40C62F
RGB
CMYK
RGB Variations
Color information
#40C62F (or 0x40C62F) is known color: Lime Green. HEX triplet: 40, C6 and 2F. RGB value is (64,198,47). Sum of RGB (Red+Green+Blue) = 64+198+47=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 198 (77.73% from 255 or 64.08% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 198 - color contains mainly: green. Hex color #40C62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C62F is #BF39D0. Grayscale: #8D8D8D. Windows color (decimal): -12532177 or 3130944. OLE color: 3130944.
HSL color Cylindrical-coordinate representation of color #40C62F: hue angle of 113.25º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40C62F is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 198 | 47 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.22 |
| HSL | 113.25º | 0.62% | 0.48% | - |
| HSV(B) | 113.25º | 0.76% | 0.78% | - |
| XYZ | 22.82 | 41.68 | 9.53 | - |
| YUV | 140.72 | 75.11 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 47 | 0.68 | 0 | 0.76 | 0.22 | 113.25 | 0.62 | 0.48 |
| Hex | 40 | C6 | 2F | 44 | 0 | 4C | 16 | 71 | 3E | 30 |
| Octal | 100 | 306 | 57 | 104 | 0 | 114 | 26 | 161 | 76 | 60 |
| Binary | 1000000 | 11000110 | 101111 | 1000100 | 0 | 1001100 | 10110 | 1110001 | 111110 | 110000 |
Color Harmonies of #40C62F
Complementary color
Monochromatic Colors of #40C62F
Black with #40C62F
Text Example
Text Example
White with #40C62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C62F; }
p { color: rgb(64,198,47); }
H1.HeaderClassName
{
color: #40C62F;
}
.AnyTagClassName
{
color: #40C62F;
}
</style>
background-color css
<style>
a { background-color: #40C62F; }
a { background-color: rgb(64,198,47); }
div.DivClassName
{
background-color: #40C62F;
}
.BgClassName
{
background-color: #40C62F;
}
</style>
border-color css
<style>
span { border-color: #40C62F; }
span { border-color: rgb(64,198,47); }
td.TdClassName
{
border-color: #40C62F;
}
.TagClassName
{
border-color: #40C62F;
}
</style>