Shades of Lime Green #43E437
Tints of Lime Green #43E437
RGB
CMYK
RGB Variations
Color information
#43E437 (or 0x43E437) is known color: Lime Green. HEX triplet: 43, E4 and 37. RGB value is (67,228,55). Sum of RGB (Red+Green+Blue) = 67+228+55=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 228 (89.45% from 255 or 65.14% from 350); Blue value is 55 (21.88% from 255 or 15.71% from 350); Max value from RGB is 228 - color contains mainly: green. Hex color #43E437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E437 is #BC1BC8. Grayscale: #A0A0A0. Windows color (decimal): -12327881 or 3662915. OLE color: 3662915.
HSL color Cylindrical-coordinate representation of color #43E437: hue angle of 115.84º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43E437 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 228 | 55 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.11 |
| HSL | 115.84º | 0.76% | 0.55% | - |
| HSV(B) | 115.84º | 0.76% | 0.89% | - |
| XYZ | 30.75 | 56.96 | 12.99 | - |
| YUV | 160.14 | 68.66 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 228 | 55 | 0.71 | 0 | 0.76 | 0.11 | 115.84 | 0.76 | 0.55 |
| Hex | 43 | E4 | 37 | 47 | 0 | 4C | B | 74 | 4C | 37 |
| Octal | 103 | 344 | 67 | 107 | 0 | 114 | 13 | 164 | 114 | 67 |
| Binary | 1000011 | 11100100 | 110111 | 1000111 | 0 | 1001100 | 1011 | 1110100 | 1001100 | 110111 |
Color Harmonies of #43E437
Complementary color
Monochromatic Colors of #43E437
Black with #43E437
Text Example
Text Example
White with #43E437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E437; }
p { color: rgb(67,228,55); }
H1.HeaderClassName
{
color: #43E437;
}
.AnyTagClassName
{
color: #43E437;
}
</style>
background-color css
<style>
a { background-color: #43E437; }
a { background-color: rgb(67,228,55); }
div.DivClassName
{
background-color: #43E437;
}
.BgClassName
{
background-color: #43E437;
}
</style>
border-color css
<style>
span { border-color: #43E437; }
span { border-color: rgb(67,228,55); }
td.TdClassName
{
border-color: #43E437;
}
.TagClassName
{
border-color: #43E437;
}
</style>