Shades of Lime Green #40BE43
Tints of Lime Green #40BE43
RGB
CMYK
RGB Variations
Color information
#40BE43 (or 0x40BE43) is known color: Lime Green. HEX triplet: 40, BE and 43. RGB value is (64,190,67). Sum of RGB (Red+Green+Blue) = 64+190+67=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE43 is #BF41BC. Grayscale: #8A8A8A. Windows color (decimal): -12534205 or 4439616. OLE color: 4439616.
HSL color Cylindrical-coordinate representation of color #40BE43: hue angle of 121.43º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BE43 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 67 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.25 |
| HSL | 121.43º | 0.5% | 0.5% | - |
| HSV(B) | 121.43º | 0.66% | 0.75% | - |
| XYZ | 21.54 | 38.32 | 11.57 | - |
| YUV | 138.3 | 87.76 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 67 | 0.66 | 0 | 0.65 | 0.25 | 121.43 | 0.5 | 0.5 |
| Hex | 40 | BE | 43 | 42 | 0 | 41 | 19 | 79 | 32 | 32 |
| Octal | 100 | 276 | 103 | 102 | 0 | 101 | 31 | 171 | 62 | 62 |
| Binary | 1000000 | 10111110 | 1000011 | 1000010 | 0 | 1000001 | 11001 | 1111001 | 110010 | 110010 |
Color Harmonies of #40BE43
Complementary color
Monochromatic Colors of #40BE43
Black with #40BE43
Text Example
Text Example
White with #40BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE43; }
p { color: rgb(64,190,67); }
H1.HeaderClassName
{
color: #40BE43;
}
.AnyTagClassName
{
color: #40BE43;
}
</style>
background-color css
<style>
a { background-color: #40BE43; }
a { background-color: rgb(64,190,67); }
div.DivClassName
{
background-color: #40BE43;
}
.BgClassName
{
background-color: #40BE43;
}
</style>
border-color css
<style>
span { border-color: #40BE43; }
span { border-color: rgb(64,190,67); }
td.TdClassName
{
border-color: #40BE43;
}
.TagClassName
{
border-color: #40BE43;
}
</style>