Shades of Lime Green #43D545
Tints of Lime Green #43D545
RGB
CMYK
RGB Variations
Color information
#43D545 (or 0x43D545) is known color: Lime Green. HEX triplet: 43, D5 and 45. RGB value is (67,213,69). Sum of RGB (Red+Green+Blue) = 67+213+69=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #43D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D545 is #BC2ABA. Grayscale: #999999. Windows color (decimal): -12331707 or 4576579. OLE color: 4576579.
HSL color Cylindrical-coordinate representation of color #43D545: hue angle of 120.82º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D545 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 213 | 69 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.16 |
| HSL | 120.82º | 0.63% | 0.55% | - |
| HSV(B) | 120.82º | 0.69% | 0.84% | - |
| XYZ | 27.18 | 49.21 | 13.7 | - |
| YUV | 152.93 | 80.63 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 213 | 69 | 0.69 | 0 | 0.68 | 0.16 | 120.82 | 0.63 | 0.55 |
| Hex | 43 | D5 | 45 | 45 | 0 | 44 | 10 | 79 | 3F | 37 |
| Octal | 103 | 325 | 105 | 105 | 0 | 104 | 20 | 171 | 77 | 67 |
| Binary | 1000011 | 11010101 | 1000101 | 1000101 | 0 | 1000100 | 10000 | 1111001 | 111111 | 110111 |
Color Harmonies of #43D545
Complementary color
Monochromatic Colors of #43D545
Black with #43D545
Text Example
Text Example
White with #43D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D545; }
p { color: rgb(67,213,69); }
H1.HeaderClassName
{
color: #43D545;
}
.AnyTagClassName
{
color: #43D545;
}
</style>
background-color css
<style>
a { background-color: #43D545; }
a { background-color: rgb(67,213,69); }
div.DivClassName
{
background-color: #43D545;
}
.BgClassName
{
background-color: #43D545;
}
</style>
border-color css
<style>
span { border-color: #43D545; }
span { border-color: rgb(67,213,69); }
td.TdClassName
{
border-color: #43D545;
}
.TagClassName
{
border-color: #43D545;
}
</style>