Shades of Lime Green #40D436
Tints of Lime Green #40D436
RGB
CMYK
RGB Variations
Color information
#40D436 (or 0x40D436) is known color: Lime Green. HEX triplet: 40, D4 and 36. RGB value is (64,212,54). Sum of RGB (Red+Green+Blue) = 64+212+54=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 212 (83.20% from 255 or 64.24% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 212 - color contains mainly: green. Hex color #40D436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D436 is #BF2BC9. Grayscale: #969696. Windows color (decimal): -12528586 or 3593280. OLE color: 3593280.
HSL color Cylindrical-coordinate representation of color #40D436: hue angle of 116.2º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40D436 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 212 | 54 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.17 |
| HSL | 116.2º | 0.65% | 0.52% | - |
| HSV(B) | 116.2º | 0.75% | 0.83% | - |
| XYZ | 26.32 | 48.44 | 11.45 | - |
| YUV | 149.74 | 73.97 | 66.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 212 | 54 | 0.70 | 0 | 0.75 | 0.17 | 116.2 | 0.65 | 0.52 |
| Hex | 40 | D4 | 36 | 46 | 0 | 4B | 11 | 74 | 41 | 34 |
| Octal | 100 | 324 | 66 | 106 | 0 | 113 | 21 | 164 | 101 | 64 |
| Binary | 1000000 | 11010100 | 110110 | 1000110 | 0 | 1001011 | 10001 | 1110100 | 1000001 | 110100 |
Color Harmonies of #40D436
Complementary color
Monochromatic Colors of #40D436
Black with #40D436
Text Example
Text Example
White with #40D436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D436; }
p { color: rgb(64,212,54); }
H1.HeaderClassName
{
color: #40D436;
}
.AnyTagClassName
{
color: #40D436;
}
</style>
background-color css
<style>
a { background-color: #40D436; }
a { background-color: rgb(64,212,54); }
div.DivClassName
{
background-color: #40D436;
}
.BgClassName
{
background-color: #40D436;
}
</style>
border-color css
<style>
span { border-color: #40D436; }
span { border-color: rgb(64,212,54); }
td.TdClassName
{
border-color: #40D436;
}
.TagClassName
{
border-color: #40D436;
}
</style>