Shades of Lime Green #40D245
Tints of Lime Green #40D245
RGB
CMYK
RGB Variations
Color information
#40D245 (or 0x40D245) is known color: Lime Green. HEX triplet: 40, D2 and 45. RGB value is (64,210,69). Sum of RGB (Red+Green+Blue) = 64+210+69=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #40D245 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D245 is #BF2DBA. Grayscale: #969696. Windows color (decimal): -12529083 or 4575808. OLE color: 4575808.
HSL color Cylindrical-coordinate representation of color #40D245: hue angle of 122.05º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D245 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 69 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.18 |
| HSL | 122.05º | 0.62% | 0.54% | - |
| HSV(B) | 122.05º | 0.7% | 0.82% | - |
| XYZ | 26.24 | 47.61 | 13.44 | - |
| YUV | 150.27 | 82.13 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 69 | 0.70 | 0 | 0.67 | 0.18 | 122.05 | 0.62 | 0.54 |
| Hex | 40 | D2 | 45 | 46 | 0 | 43 | 12 | 7A | 3E | 36 |
| Octal | 100 | 322 | 105 | 106 | 0 | 103 | 22 | 172 | 76 | 66 |
| Binary | 1000000 | 11010010 | 1000101 | 1000110 | 0 | 1000011 | 10010 | 1111010 | 111110 | 110110 |
Color Harmonies of #40D245
Complementary color
Monochromatic Colors of #40D245
Black with #40D245
Text Example
Text Example
White with #40D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D245; }
p { color: rgb(64,210,69); }
H1.HeaderClassName
{
color: #40D245;
}
.AnyTagClassName
{
color: #40D245;
}
</style>
background-color css
<style>
a { background-color: #40D245; }
a { background-color: rgb(64,210,69); }
div.DivClassName
{
background-color: #40D245;
}
.BgClassName
{
background-color: #40D245;
}
</style>
border-color css
<style>
span { border-color: #40D245; }
span { border-color: rgb(64,210,69); }
td.TdClassName
{
border-color: #40D245;
}
.TagClassName
{
border-color: #40D245;
}
</style>