Shades of Lime Green #40DA36
Tints of Lime Green #40DA36
RGB
CMYK
RGB Variations
Color information
#40DA36 (or 0x40DA36) is known color: Lime Green. HEX triplet: 40, DA and 36. RGB value is (64,218,54). Sum of RGB (Red+Green+Blue) = 64+218+54=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 218 (85.55% from 255 or 64.88% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 218 - color contains mainly: green. Hex color #40DA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DA36 is #BF25C9. Grayscale: #999999. Windows color (decimal): -12527050 or 3594816. OLE color: 3594816.
HSL color Cylindrical-coordinate representation of color #40DA36: hue angle of 116.34º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40DA36 is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 54 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.15 |
| HSL | 116.34º | 0.69% | 0.53% | - |
| HSV(B) | 116.34º | 0.75% | 0.85% | - |
| XYZ | 27.85 | 51.5 | 11.96 | - |
| YUV | 153.26 | 71.98 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 54 | 0.71 | 0 | 0.75 | 0.15 | 116.34 | 0.69 | 0.53 |
| Hex | 40 | DA | 36 | 47 | 0 | 4B | F | 74 | 45 | 35 |
| Octal | 100 | 332 | 66 | 107 | 0 | 113 | 17 | 164 | 105 | 65 |
| Binary | 1000000 | 11011010 | 110110 | 1000111 | 0 | 1001011 | 1111 | 1110100 | 1000101 | 110101 |
Color Harmonies of #40DA36
Complementary color
Monochromatic Colors of #40DA36
Black with #40DA36
Text Example
Text Example
White with #40DA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DA36; }
p { color: rgb(64,218,54); }
H1.HeaderClassName
{
color: #40DA36;
}
.AnyTagClassName
{
color: #40DA36;
}
</style>
background-color css
<style>
a { background-color: #40DA36; }
a { background-color: rgb(64,218,54); }
div.DivClassName
{
background-color: #40DA36;
}
.BgClassName
{
background-color: #40DA36;
}
</style>
border-color css
<style>
span { border-color: #40DA36; }
span { border-color: rgb(64,218,54); }
td.TdClassName
{
border-color: #40DA36;
}
.TagClassName
{
border-color: #40DA36;
}
</style>