Shades of Lime Green #43D82D
Tints of Lime Green #43D82D
RGB
CMYK
RGB Variations
Color information
#43D82D (or 0x43D82D) is known color: Lime Green. HEX triplet: 43, D8 and 2D. RGB value is (67,216,45). Sum of RGB (Red+Green+Blue) = 67+216+45=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 45 (17.97% from 255 or 13.72% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #43D82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D82D is #BC27D2. Grayscale: #989898. Windows color (decimal): -12330963 or 3004483. OLE color: 3004483.
HSL color Cylindrical-coordinate representation of color #43D82D: hue angle of 112.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43D82D is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 216 | 45 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.15 |
| HSL | 112.28º | 0.69% | 0.51% | - |
| HSV(B) | 112.28º | 0.79% | 0.85% | - |
| XYZ | 27.34 | 50.49 | 10.79 | - |
| YUV | 151.96 | 67.64 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 216 | 45 | 0.69 | 0 | 0.79 | 0.15 | 112.28 | 0.69 | 0.51 |
| Hex | 43 | D8 | 2D | 45 | 0 | 4F | F | 70 | 45 | 33 |
| Octal | 103 | 330 | 55 | 105 | 0 | 117 | 17 | 160 | 105 | 63 |
| Binary | 1000011 | 11011000 | 101101 | 1000101 | 0 | 1001111 | 1111 | 1110000 | 1000101 | 110011 |
Color Harmonies of #43D82D
Complementary color
Monochromatic Colors of #43D82D
Black with #43D82D
Text Example
Text Example
White with #43D82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D82D; }
p { color: rgb(67,216,45); }
H1.HeaderClassName
{
color: #43D82D;
}
.AnyTagClassName
{
color: #43D82D;
}
</style>
background-color css
<style>
a { background-color: #43D82D; }
a { background-color: rgb(67,216,45); }
div.DivClassName
{
background-color: #43D82D;
}
.BgClassName
{
background-color: #43D82D;
}
</style>
border-color css
<style>
span { border-color: #43D82D; }
span { border-color: rgb(67,216,45); }
td.TdClassName
{
border-color: #43D82D;
}
.TagClassName
{
border-color: #43D82D;
}
</style>