Shades of Lime Green #40CD36
Tints of Lime Green #40CD36
RGB
CMYK
RGB Variations
Color information
#40CD36 (or 0x40CD36) is known color: Lime Green. HEX triplet: 40, CD and 36. RGB value is (64,205,54). Sum of RGB (Red+Green+Blue) = 64+205+54=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #40CD36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CD36 is #BF32C9. Grayscale: #929292. Windows color (decimal): -12530378 or 3591488. OLE color: 3591488.
HSL color Cylindrical-coordinate representation of color #40CD36: hue angle of 116.03º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40CD36 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 54 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.20 |
| HSL | 116.03º | 0.6% | 0.51% | - |
| HSV(B) | 116.03º | 0.74% | 0.8% | - |
| XYZ | 24.61 | 45.02 | 10.88 | - |
| YUV | 145.63 | 76.29 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 54 | 0.69 | 0 | 0.74 | 0.20 | 116.03 | 0.6 | 0.51 |
| Hex | 40 | CD | 36 | 45 | 0 | 4A | 14 | 74 | 3C | 33 |
| Octal | 100 | 315 | 66 | 105 | 0 | 112 | 24 | 164 | 74 | 63 |
| Binary | 1000000 | 11001101 | 110110 | 1000101 | 0 | 1001010 | 10100 | 1110100 | 111100 | 110011 |
Color Harmonies of #40CD36
Complementary color
Monochromatic Colors of #40CD36
Black with #40CD36
Text Example
Text Example
White with #40CD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CD36; }
p { color: rgb(64,205,54); }
H1.HeaderClassName
{
color: #40CD36;
}
.AnyTagClassName
{
color: #40CD36;
}
</style>
background-color css
<style>
a { background-color: #40CD36; }
a { background-color: rgb(64,205,54); }
div.DivClassName
{
background-color: #40CD36;
}
.BgClassName
{
background-color: #40CD36;
}
</style>
border-color css
<style>
span { border-color: #40CD36; }
span { border-color: rgb(64,205,54); }
td.TdClassName
{
border-color: #40CD36;
}
.TagClassName
{
border-color: #40CD36;
}
</style>