Shades of Lime Green #40E435
Tints of Lime Green #40E435
RGB
CMYK
RGB Variations
Color information
#40E435 (or 0x40E435) is known color: Lime Green. HEX triplet: 40, E4 and 35. RGB value is (64,228,53). Sum of RGB (Red+Green+Blue) = 64+228+53=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 228 (89.45% from 255 or 66.09% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 228 - color contains mainly: green. Hex color #40E435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E435 is #BF1BCA. Grayscale: #9F9F9F. Windows color (decimal): -12524491 or 3531840. OLE color: 3531840.
HSL color Cylindrical-coordinate representation of color #40E435: hue angle of 116.23º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40E435 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 228 | 53 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.11 |
| HSL | 116.23º | 0.76% | 0.55% | - |
| HSV(B) | 116.23º | 0.77% | 0.89% | - |
| XYZ | 30.5 | 56.83 | 12.73 | - |
| YUV | 159.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 228 | 53 | 0.72 | 0 | 0.77 | 0.11 | 116.23 | 0.76 | 0.55 |
| Hex | 40 | E4 | 35 | 48 | 0 | 4D | B | 74 | 4C | 37 |
| Octal | 100 | 344 | 65 | 110 | 0 | 115 | 13 | 164 | 114 | 67 |
| Binary | 1000000 | 11100100 | 110101 | 1001000 | 0 | 1001101 | 1011 | 1110100 | 1001100 | 110111 |
Color Harmonies of #40E435
Complementary color
Monochromatic Colors of #40E435
Black with #40E435
Text Example
Text Example
White with #40E435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E435; }
p { color: rgb(64,228,53); }
H1.HeaderClassName
{
color: #40E435;
}
.AnyTagClassName
{
color: #40E435;
}
</style>
background-color css
<style>
a { background-color: #40E435; }
a { background-color: rgb(64,228,53); }
div.DivClassName
{
background-color: #40E435;
}
.BgClassName
{
background-color: #40E435;
}
</style>
border-color css
<style>
span { border-color: #40E435; }
span { border-color: rgb(64,228,53); }
td.TdClassName
{
border-color: #40E435;
}
.TagClassName
{
border-color: #40E435;
}
</style>