Shades of Lime Green #40E942
Tints of Lime Green #40E942
RGB
CMYK
RGB Variations
Color information
#40E942 (or 0x40E942) is known color: Lime Green. HEX triplet: 40, E9 and 42. RGB value is (64,233,66). Sum of RGB (Red+Green+Blue) = 64+233+66=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 233 (91.41% from 255 or 64.19% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 233 - color contains mainly: green. Hex color #40E942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E942 is #BF16BD. Grayscale: #A3A3A3. Windows color (decimal): -12523198 or 4385088. OLE color: 4385088.
HSL color Cylindrical-coordinate representation of color #40E942: hue angle of 120.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E942 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 66 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.09 |
| HSL | 120.71º | 0.79% | 0.58% | - |
| HSV(B) | 120.71º | 0.73% | 0.91% | - |
| XYZ | 32.24 | 59.76 | 14.99 | - |
| YUV | 163.43 | 73.01 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 66 | 0.73 | 0 | 0.72 | 0.09 | 120.71 | 0.79 | 0.58 |
| Hex | 40 | E9 | 42 | 49 | 0 | 48 | 9 | 79 | 4F | 3A |
| Octal | 100 | 351 | 102 | 111 | 0 | 110 | 11 | 171 | 117 | 72 |
| Binary | 1000000 | 11101001 | 1000010 | 1001001 | 0 | 1001000 | 1001 | 1111001 | 1001111 | 111010 |
Color Harmonies of #40E942
Complementary color
Monochromatic Colors of #40E942
Black with #40E942
Text Example
Text Example
White with #40E942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E942; }
p { color: rgb(64,233,66); }
H1.HeaderClassName
{
color: #40E942;
}
.AnyTagClassName
{
color: #40E942;
}
</style>
background-color css
<style>
a { background-color: #40E942; }
a { background-color: rgb(64,233,66); }
div.DivClassName
{
background-color: #40E942;
}
.BgClassName
{
background-color: #40E942;
}
</style>
border-color css
<style>
span { border-color: #40E942; }
span { border-color: rgb(64,233,66); }
td.TdClassName
{
border-color: #40E942;
}
.TagClassName
{
border-color: #40E942;
}
</style>