Shades of Lime Green #40E336
Tints of Lime Green #40E336
RGB
CMYK
RGB Variations
Color information
#40E336 (or 0x40E336) is known color: Lime Green. HEX triplet: 40, E3 and 36. RGB value is (64,227,54). Sum of RGB (Red+Green+Blue) = 64+227+54=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 227 (89.06% from 255 or 65.80% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 227 - color contains mainly: green. Hex color #40E336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E336 is #BF1CC9. Grayscale: #9F9F9F. Windows color (decimal): -12524746 or 3597120. OLE color: 3597120.
HSL color Cylindrical-coordinate representation of color #40E336: hue angle of 116.53º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #40E336 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 54 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.11 |
| HSL | 116.53º | 0.76% | 0.55% | - |
| HSV(B) | 116.53º | 0.76% | 0.89% | - |
| XYZ | 30.25 | 56.29 | 12.76 | - |
| YUV | 158.54 | 69 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 54 | 0.72 | 0 | 0.76 | 0.11 | 116.53 | 0.76 | 0.55 |
| Hex | 40 | E3 | 36 | 48 | 0 | 4C | B | 75 | 4C | 37 |
| Octal | 100 | 343 | 66 | 110 | 0 | 114 | 13 | 165 | 114 | 67 |
| Binary | 1000000 | 11100011 | 110110 | 1001000 | 0 | 1001100 | 1011 | 1110101 | 1001100 | 110111 |
Color Harmonies of #40E336
Complementary color
Monochromatic Colors of #40E336
Black with #40E336
Text Example
Text Example
White with #40E336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E336; }
p { color: rgb(64,227,54); }
H1.HeaderClassName
{
color: #40E336;
}
.AnyTagClassName
{
color: #40E336;
}
</style>
background-color css
<style>
a { background-color: #40E336; }
a { background-color: rgb(64,227,54); }
div.DivClassName
{
background-color: #40E336;
}
.BgClassName
{
background-color: #40E336;
}
</style>
border-color css
<style>
span { border-color: #40E336; }
span { border-color: rgb(64,227,54); }
td.TdClassName
{
border-color: #40E336;
}
.TagClassName
{
border-color: #40E336;
}
</style>