Shades of Lime Green #40E03C
Tints of Lime Green #40E03C
RGB
CMYK
RGB Variations
Color information
#40E03C (or 0x40E03C) is known color: Lime Green. HEX triplet: 40, E0 and 3C. RGB value is (64,224,60). Sum of RGB (Red+Green+Blue) = 64+224+60=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 224 (87.89% from 255 or 64.37% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 224 - color contains mainly: green. Hex color #40E03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E03C is #BF1FC3. Grayscale: #9D9D9D. Windows color (decimal): -12525508 or 3989568. OLE color: 3989568.
HSL color Cylindrical-coordinate representation of color #40E03C: hue angle of 118.54º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E03C is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 224 | 60 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.12 |
| HSL | 118.54º | 0.73% | 0.56% | - |
| HSV(B) | 118.54º | 0.73% | 0.88% | - |
| XYZ | 29.59 | 54.73 | 13.28 | - |
| YUV | 157.46 | 72.99 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 224 | 60 | 0.71 | 0 | 0.73 | 0.12 | 118.54 | 0.73 | 0.56 |
| Hex | 40 | E0 | 3C | 47 | 0 | 49 | C | 77 | 49 | 38 |
| Octal | 100 | 340 | 74 | 107 | 0 | 111 | 14 | 167 | 111 | 70 |
| Binary | 1000000 | 11100000 | 111100 | 1000111 | 0 | 1001001 | 1100 | 1110111 | 1001001 | 111000 |
Color Harmonies of #40E03C
Complementary color
Monochromatic Colors of #40E03C
Black with #40E03C
Text Example
Text Example
White with #40E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E03C; }
p { color: rgb(64,224,60); }
H1.HeaderClassName
{
color: #40E03C;
}
.AnyTagClassName
{
color: #40E03C;
}
</style>
background-color css
<style>
a { background-color: #40E03C; }
a { background-color: rgb(64,224,60); }
div.DivClassName
{
background-color: #40E03C;
}
.BgClassName
{
background-color: #40E03C;
}
</style>
border-color css
<style>
span { border-color: #40E03C; }
span { border-color: rgb(64,224,60); }
td.TdClassName
{
border-color: #40E03C;
}
.TagClassName
{
border-color: #40E03C;
}
</style>