Shades of Lime Green #40DD4A
Tints of Lime Green #40DD4A
RGB
CMYK
RGB Variations
Color information
#40DD4A (or 0x40DD4A) is known color: Lime Green. HEX triplet: 40, DD and 4A. RGB value is (64,221,74). Sum of RGB (Red+Green+Blue) = 64+221+74=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #40DD4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40DD4A is #BF22B5. Grayscale: #9D9D9D. Windows color (decimal): -12526262 or 4906304. OLE color: 4906304.
HSL color Cylindrical-coordinate representation of color #40DD4A: hue angle of 123.82º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DD4A is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 74 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.13 |
| HSL | 123.82º | 0.7% | 0.56% | - |
| HSV(B) | 123.82º | 0.71% | 0.87% | - |
| XYZ | 29.21 | 53.3 | 15.23 | - |
| YUV | 157.3 | 80.99 | 61.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 74 | 0.71 | 0 | 0.67 | 0.13 | 123.82 | 0.7 | 0.56 |
| Hex | 40 | DD | 4A | 47 | 0 | 43 | D | 7C | 46 | 38 |
| Octal | 100 | 335 | 112 | 107 | 0 | 103 | 15 | 174 | 106 | 70 |
| Binary | 1000000 | 11011101 | 1001010 | 1000111 | 0 | 1000011 | 1101 | 1111100 | 1000110 | 111000 |
Color Harmonies of #40DD4A
Complementary color
Monochromatic Colors of #40DD4A
Black with #40DD4A
Text Example
Text Example
White with #40DD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DD4A; }
p { color: rgb(64,221,74); }
H1.HeaderClassName
{
color: #40DD4A;
}
.AnyTagClassName
{
color: #40DD4A;
}
</style>
background-color css
<style>
a { background-color: #40DD4A; }
a { background-color: rgb(64,221,74); }
div.DivClassName
{
background-color: #40DD4A;
}
.BgClassName
{
background-color: #40DD4A;
}
</style>
border-color css
<style>
span { border-color: #40DD4A; }
span { border-color: rgb(64,221,74); }
td.TdClassName
{
border-color: #40DD4A;
}
.TagClassName
{
border-color: #40DD4A;
}
</style>