Shades of Lime Green #40DB35
Tints of Lime Green #40DB35
RGB
CMYK
RGB Variations
Color information
#40DB35 (or 0x40DB35) is known color: Lime Green. HEX triplet: 40, DB and 35. RGB value is (64,219,53). Sum of RGB (Red+Green+Blue) = 64+219+53=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #40DB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DB35 is #BF24CA. Grayscale: #9A9A9A. Windows color (decimal): -12526795 or 3529536. OLE color: 3529536.
HSL color Cylindrical-coordinate representation of color #40DB35: hue angle of 116.02º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40DB35 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 53 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.14 |
| HSL | 116.02º | 0.7% | 0.53% | - |
| HSV(B) | 116.02º | 0.76% | 0.86% | - |
| XYZ | 28.09 | 52.01 | 11.93 | - |
| YUV | 153.73 | 71.15 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 53 | 0.71 | 0 | 0.76 | 0.14 | 116.02 | 0.7 | 0.53 |
| Hex | 40 | DB | 35 | 47 | 0 | 4C | E | 74 | 46 | 35 |
| Octal | 100 | 333 | 65 | 107 | 0 | 114 | 16 | 164 | 106 | 65 |
| Binary | 1000000 | 11011011 | 110101 | 1000111 | 0 | 1001100 | 1110 | 1110100 | 1000110 | 110101 |
Color Harmonies of #40DB35
Complementary color
Monochromatic Colors of #40DB35
Black with #40DB35
Text Example
Text Example
White with #40DB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DB35; }
p { color: rgb(64,219,53); }
H1.HeaderClassName
{
color: #40DB35;
}
.AnyTagClassName
{
color: #40DB35;
}
</style>
background-color css
<style>
a { background-color: #40DB35; }
a { background-color: rgb(64,219,53); }
div.DivClassName
{
background-color: #40DB35;
}
.BgClassName
{
background-color: #40DB35;
}
</style>
border-color css
<style>
span { border-color: #40DB35; }
span { border-color: rgb(64,219,53); }
td.TdClassName
{
border-color: #40DB35;
}
.TagClassName
{
border-color: #40DB35;
}
</style>