Shades of Lime Green #40EE43
Tints of Lime Green #40EE43
RGB
CMYK
RGB Variations
Color information
#40EE43 (or 0x40EE43) is known color: Lime Green. HEX triplet: 40, EE and 43. RGB value is (64,238,67). Sum of RGB (Red+Green+Blue) = 64+238+67=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 238 (93.36% from 255 or 64.50% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EE43 is #BF11BC. Grayscale: #A6A6A6. Windows color (decimal): -12521917 or 4451904. OLE color: 4451904.
HSL color Cylindrical-coordinate representation of color #40EE43: hue angle of 121.03º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EE43 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 238 | 67 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.07 |
| HSL | 121.03º | 0.84% | 0.59% | - |
| HSV(B) | 121.03º | 0.73% | 0.93% | - |
| XYZ | 33.7 | 62.64 | 15.63 | - |
| YUV | 166.48 | 71.85 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 238 | 67 | 0.73 | 0 | 0.72 | 0.07 | 121.03 | 0.84 | 0.59 |
| Hex | 40 | EE | 43 | 49 | 0 | 48 | 7 | 79 | 54 | 3B |
| Octal | 100 | 356 | 103 | 111 | 0 | 110 | 7 | 171 | 124 | 73 |
| Binary | 1000000 | 11101110 | 1000011 | 1001001 | 0 | 1001000 | 111 | 1111001 | 1010100 | 111011 |
Color Harmonies of #40EE43
Complementary color
Monochromatic Colors of #40EE43
Black with #40EE43
Text Example
Text Example
White with #40EE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EE43; }
p { color: rgb(64,238,67); }
H1.HeaderClassName
{
color: #40EE43;
}
.AnyTagClassName
{
color: #40EE43;
}
</style>
background-color css
<style>
a { background-color: #40EE43; }
a { background-color: rgb(64,238,67); }
div.DivClassName
{
background-color: #40EE43;
}
.BgClassName
{
background-color: #40EE43;
}
</style>
border-color css
<style>
span { border-color: #40EE43; }
span { border-color: rgb(64,238,67); }
td.TdClassName
{
border-color: #40EE43;
}
.TagClassName
{
border-color: #40EE43;
}
</style>