Shades of Lime Green #40EA43
Tints of Lime Green #40EA43
RGB
CMYK
RGB Variations
Color information
#40EA43 (or 0x40EA43) is known color: Lime Green. HEX triplet: 40, EA and 43. RGB value is (64,234,67). Sum of RGB (Red+Green+Blue) = 64+234+67=365 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.53% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #40EA43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EA43 is #BF15BC. Grayscale: #A4A4A4. Windows color (decimal): -12522941 or 4450880. OLE color: 4450880.
HSL color Cylindrical-coordinate representation of color #40EA43: hue angle of 121.06º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EA43 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 67 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.08 |
| HSL | 121.06º | 0.8% | 0.58% | - |
| HSV(B) | 121.06º | 0.73% | 0.92% | - |
| XYZ | 32.55 | 60.34 | 15.24 | - |
| YUV | 164.13 | 73.18 | 56.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 67 | 0.73 | 0 | 0.71 | 0.08 | 121.06 | 0.8 | 0.58 |
| Hex | 40 | EA | 43 | 49 | 0 | 47 | 8 | 79 | 50 | 3A |
| Octal | 100 | 352 | 103 | 111 | 0 | 107 | 10 | 171 | 120 | 72 |
| Binary | 1000000 | 11101010 | 1000011 | 1001001 | 0 | 1000111 | 1000 | 1111001 | 1010000 | 111010 |
Color Harmonies of #40EA43
Complementary color
Monochromatic Colors of #40EA43
Black with #40EA43
Text Example
Text Example
White with #40EA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EA43; }
p { color: rgb(64,234,67); }
H1.HeaderClassName
{
color: #40EA43;
}
.AnyTagClassName
{
color: #40EA43;
}
</style>
background-color css
<style>
a { background-color: #40EA43; }
a { background-color: rgb(64,234,67); }
div.DivClassName
{
background-color: #40EA43;
}
.BgClassName
{
background-color: #40EA43;
}
</style>
border-color css
<style>
span { border-color: #40EA43; }
span { border-color: rgb(64,234,67); }
td.TdClassName
{
border-color: #40EA43;
}
.TagClassName
{
border-color: #40EA43;
}
</style>