Shades of Lime Green #40E343
Tints of Lime Green #40E343
RGB
CMYK
RGB Variations
Color information
#40E343 (or 0x40E343) is known color: Lime Green. HEX triplet: 40, E3 and 43. RGB value is (64,227,67). Sum of RGB (Red+Green+Blue) = 64+227+67=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 227 (89.06% from 255 or 63.41% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 227 - color contains mainly: green. Hex color #40E343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E343 is #BF1CBC. Grayscale: #A0A0A0. Windows color (decimal): -12524733 or 4449088. OLE color: 4449088.
HSL color Cylindrical-coordinate representation of color #40E343: hue angle of 121.1º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E343 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 227 | 67 | - |
| CMYK | 0.72 | 0 | 0.70 | 0.11 |
| HSL | 121.1º | 0.74% | 0.57% | - |
| HSV(B) | 121.1º | 0.72% | 0.89% | - |
| XYZ | 30.6 | 56.43 | 14.59 | - |
| YUV | 160.02 | 75.5 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 227 | 67 | 0.72 | 0 | 0.70 | 0.11 | 121.1 | 0.74 | 0.57 |
| Hex | 40 | E3 | 43 | 48 | 0 | 46 | B | 79 | 4A | 39 |
| Octal | 100 | 343 | 103 | 110 | 0 | 106 | 13 | 171 | 112 | 71 |
| Binary | 1000000 | 11100011 | 1000011 | 1001000 | 0 | 1000110 | 1011 | 1111001 | 1001010 | 111001 |
Color Harmonies of #40E343
Complementary color
Monochromatic Colors of #40E343
Black with #40E343
Text Example
Text Example
White with #40E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E343; }
p { color: rgb(64,227,67); }
H1.HeaderClassName
{
color: #40E343;
}
.AnyTagClassName
{
color: #40E343;
}
</style>
background-color css
<style>
a { background-color: #40E343; }
a { background-color: rgb(64,227,67); }
div.DivClassName
{
background-color: #40E343;
}
.BgClassName
{
background-color: #40E343;
}
</style>
border-color css
<style>
span { border-color: #40E343; }
span { border-color: rgb(64,227,67); }
td.TdClassName
{
border-color: #40E343;
}
.TagClassName
{
border-color: #40E343;
}
</style>