Shades of Lime Green #40D51F
Tints of Lime Green #40D51F
RGB
CMYK
RGB Variations
Color information
#40D51F (or 0x40D51F) is known color: Lime Green. HEX triplet: 40, D5 and 1F. RGB value is (64,213,31). Sum of RGB (Red+Green+Blue) = 64+213+31=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 213 (83.59% from 255 or 69.16% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 213 - color contains mainly: green. Hex color #40D51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D51F is #BF2AE0. Grayscale: #949494. Windows color (decimal): -12528353 or 2086208. OLE color: 2086208.
HSL color Cylindrical-coordinate representation of color #40D51F: hue angle of 109.12º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40D51F is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 31 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.16 |
| HSL | 109.12º | 0.75% | 0.48% | - |
| HSV(B) | 109.12º | 0.85% | 0.84% | - |
| XYZ | 26.16 | 48.78 | 9.33 | - |
| YUV | 147.7 | 62.14 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 31 | 0.70 | 0 | 0.85 | 0.16 | 109.12 | 0.75 | 0.48 |
| Hex | 40 | D5 | 1F | 46 | 0 | 55 | 10 | 6D | 4B | 30 |
| Octal | 100 | 325 | 37 | 106 | 0 | 125 | 20 | 155 | 113 | 60 |
| Binary | 1000000 | 11010101 | 11111 | 1000110 | 0 | 1010101 | 10000 | 1101101 | 1001011 | 110000 |
Color Harmonies of #40D51F
Complementary color
Monochromatic Colors of #40D51F
Black with #40D51F
Text Example
Text Example
White with #40D51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D51F; }
p { color: rgb(64,213,31); }
H1.HeaderClassName
{
color: #40D51F;
}
.AnyTagClassName
{
color: #40D51F;
}
</style>
background-color css
<style>
a { background-color: #40D51F; }
a { background-color: rgb(64,213,31); }
div.DivClassName
{
background-color: #40D51F;
}
.BgClassName
{
background-color: #40D51F;
}
</style>
border-color css
<style>
span { border-color: #40D51F; }
span { border-color: rgb(64,213,31); }
td.TdClassName
{
border-color: #40D51F;
}
.TagClassName
{
border-color: #40D51F;
}
</style>