Shades of Lime Green #43D845
Tints of Lime Green #43D845
RGB
CMYK
RGB Variations
Color information
#43D845 (or 0x43D845) is known color: Lime Green. HEX triplet: 43, D8 and 45. RGB value is (67,216,69). Sum of RGB (Red+Green+Blue) = 67+216+69=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #43D845 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D845 is #BC27BA. Grayscale: #9B9B9B. Windows color (decimal): -12330939 or 4577347. OLE color: 4577347.
HSL color Cylindrical-coordinate representation of color #43D845: hue angle of 120.81º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D845 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 69 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.15 |
| HSL | 120.81º | 0.66% | 0.55% | - |
| HSV(B) | 120.81º | 0.69% | 0.85% | - |
| XYZ | 27.94 | 50.73 | 13.95 | - |
| YUV | 154.69 | 79.64 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 69 | 0.69 | 0 | 0.68 | 0.15 | 120.81 | 0.66 | 0.55 |
| Hex | 43 | D8 | 45 | 45 | 0 | 44 | F | 79 | 42 | 37 |
| Octal | 103 | 330 | 105 | 105 | 0 | 104 | 17 | 171 | 102 | 67 |
| Binary | 1000011 | 11011000 | 1000101 | 1000101 | 0 | 1000100 | 1111 | 1111001 | 1000010 | 110111 |
Color Harmonies of #43D845
Complementary color
Monochromatic Colors of #43D845
Black with #43D845
Text Example
Text Example
White with #43D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D845; }
p { color: rgb(67,216,69); }
H1.HeaderClassName
{
color: #43D845;
}
.AnyTagClassName
{
color: #43D845;
}
</style>
background-color css
<style>
a { background-color: #43D845; }
a { background-color: rgb(67,216,69); }
div.DivClassName
{
background-color: #43D845;
}
.BgClassName
{
background-color: #43D845;
}
</style>
border-color css
<style>
span { border-color: #43D845; }
span { border-color: rgb(67,216,69); }
td.TdClassName
{
border-color: #43D845;
}
.TagClassName
{
border-color: #43D845;
}
</style>