Shades of Lime Green #43D153
Tints of Lime Green #43D153
RGB
CMYK
RGB Variations
Color information
#43D153 (or 0x43D153) is known color: Lime Green. HEX triplet: 43, D1 and 53. RGB value is (67,209,83). Sum of RGB (Red+Green+Blue) = 67+209+83=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #43D153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D153 is #BC2EAC. Grayscale: #989898. Windows color (decimal): -12332717 or 5493059. OLE color: 5493059.
HSL color Cylindrical-coordinate representation of color #43D153: hue angle of 126.76º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D153 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 209 | 83 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.18 |
| HSL | 126.76º | 0.61% | 0.54% | - |
| HSV(B) | 126.76º | 0.68% | 0.82% | - |
| XYZ | 26.68 | 47.42 | 15.93 | - |
| YUV | 152.18 | 88.96 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 209 | 83 | 0.68 | 0 | 0.60 | 0.18 | 126.76 | 0.61 | 0.54 |
| Hex | 43 | D1 | 53 | 44 | 0 | 3C | 12 | 7F | 3D | 36 |
| Octal | 103 | 321 | 123 | 104 | 0 | 74 | 22 | 177 | 75 | 66 |
| Binary | 1000011 | 11010001 | 1010011 | 1000100 | 0 | 111100 | 10010 | 1111111 | 111101 | 110110 |
Color Harmonies of #43D153
Complementary color
Monochromatic Colors of #43D153
Black with #43D153
Text Example
Text Example
White with #43D153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D153; }
p { color: rgb(67,209,83); }
H1.HeaderClassName
{
color: #43D153;
}
.AnyTagClassName
{
color: #43D153;
}
</style>
background-color css
<style>
a { background-color: #43D153; }
a { background-color: rgb(67,209,83); }
div.DivClassName
{
background-color: #43D153;
}
.BgClassName
{
background-color: #43D153;
}
</style>
border-color css
<style>
span { border-color: #43D153; }
span { border-color: rgb(67,209,83); }
td.TdClassName
{
border-color: #43D153;
}
.TagClassName
{
border-color: #43D153;
}
</style>