Shades of Lime Green #40D04A
Tints of Lime Green #40D04A
RGB
CMYK
RGB Variations
Color information
#40D04A (or 0x40D04A) is known color: Lime Green. HEX triplet: 40, D0 and 4A. RGB value is (64,208,74). Sum of RGB (Red+Green+Blue) = 64+208+74=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #40D04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D04A is #BF2FB5. Grayscale: #969696. Windows color (decimal): -12529590 or 4902976. OLE color: 4902976.
HSL color Cylindrical-coordinate representation of color #40D04A: hue angle of 124.17º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40D04A is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 74 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.18 |
| HSL | 124.17º | 0.61% | 0.53% | - |
| HSV(B) | 124.17º | 0.69% | 0.82% | - |
| XYZ | 25.91 | 46.7 | 14.13 | - |
| YUV | 149.67 | 85.29 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 74 | 0.69 | 0 | 0.64 | 0.18 | 124.17 | 0.61 | 0.53 |
| Hex | 40 | D0 | 4A | 45 | 0 | 40 | 12 | 7C | 3D | 35 |
| Octal | 100 | 320 | 112 | 105 | 0 | 100 | 22 | 174 | 75 | 65 |
| Binary | 1000000 | 11010000 | 1001010 | 1000101 | 0 | 1000000 | 10010 | 1111100 | 111101 | 110101 |
Color Harmonies of #40D04A
Complementary color
Monochromatic Colors of #40D04A
Black with #40D04A
Text Example
Text Example
White with #40D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D04A; }
p { color: rgb(64,208,74); }
H1.HeaderClassName
{
color: #40D04A;
}
.AnyTagClassName
{
color: #40D04A;
}
</style>
background-color css
<style>
a { background-color: #40D04A; }
a { background-color: rgb(64,208,74); }
div.DivClassName
{
background-color: #40D04A;
}
.BgClassName
{
background-color: #40D04A;
}
</style>
border-color css
<style>
span { border-color: #40D04A; }
span { border-color: rgb(64,208,74); }
td.TdClassName
{
border-color: #40D04A;
}
.TagClassName
{
border-color: #40D04A;
}
</style>