Shades of Lime Green #40D62F
Tints of Lime Green #40D62F
RGB
CMYK
RGB Variations
Color information
#40D62F (or 0x40D62F) is known color: Lime Green. HEX triplet: 40, D6 and 2F. RGB value is (64,214,47). Sum of RGB (Red+Green+Blue) = 64+214+47=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #40D62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D62F is #BF29D0. Grayscale: #969696. Windows color (decimal): -12528081 or 3135040. OLE color: 3135040.
HSL color Cylindrical-coordinate representation of color #40D62F: hue angle of 113.89º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40D62F is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 214 | 47 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.16 |
| HSL | 113.89º | 0.67% | 0.51% | - |
| HSV(B) | 113.89º | 0.78% | 0.84% | - |
| XYZ | 26.67 | 49.39 | 10.82 | - |
| YUV | 150.11 | 69.81 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 214 | 47 | 0.70 | 0 | 0.78 | 0.16 | 113.89 | 0.67 | 0.51 |
| Hex | 40 | D6 | 2F | 46 | 0 | 4E | 10 | 72 | 43 | 33 |
| Octal | 100 | 326 | 57 | 106 | 0 | 116 | 20 | 162 | 103 | 63 |
| Binary | 1000000 | 11010110 | 101111 | 1000110 | 0 | 1001110 | 10000 | 1110010 | 1000011 | 110011 |
Color Harmonies of #40D62F
Complementary color
Monochromatic Colors of #40D62F
Black with #40D62F
Text Example
Text Example
White with #40D62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D62F; }
p { color: rgb(64,214,47); }
H1.HeaderClassName
{
color: #40D62F;
}
.AnyTagClassName
{
color: #40D62F;
}
</style>
background-color css
<style>
a { background-color: #40D62F; }
a { background-color: rgb(64,214,47); }
div.DivClassName
{
background-color: #40D62F;
}
.BgClassName
{
background-color: #40D62F;
}
</style>
border-color css
<style>
span { border-color: #40D62F; }
span { border-color: rgb(64,214,47); }
td.TdClassName
{
border-color: #40D62F;
}
.TagClassName
{
border-color: #40D62F;
}
</style>