Shades of Lime Green #43D055
Tints of Lime Green #43D055
RGB
CMYK
RGB Variations
Color information
#43D055 (or 0x43D055) is known color: Lime Green. HEX triplet: 43, D0 and 55. RGB value is (67,208,85). Sum of RGB (Red+Green+Blue) = 67+208+85=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #43D055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D055 is #BC2FAA. Grayscale: #989898. Windows color (decimal): -12332971 or 5623875. OLE color: 5623875.
HSL color Cylindrical-coordinate representation of color #43D055: hue angle of 127.66º degrees, saturation: 0.6, 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 #43D055 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 208 | 85 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.18 |
| HSL | 127.66º | 0.6% | 0.54% | - |
| HSV(B) | 127.66º | 0.68% | 0.82% | - |
| XYZ | 26.51 | 46.96 | 16.26 | - |
| YUV | 151.82 | 90.29 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 208 | 85 | 0.68 | 0 | 0.59 | 0.18 | 127.66 | 0.6 | 0.54 |
| Hex | 43 | D0 | 55 | 44 | 0 | 3B | 12 | 80 | 3C | 36 |
| Octal | 103 | 320 | 125 | 104 | 0 | 73 | 22 | 200 | 74 | 66 |
| Binary | 1000011 | 11010000 | 1010101 | 1000100 | 0 | 111011 | 10010 | 10000000 | 111100 | 110110 |
Color Harmonies of #43D055
Complementary color
Monochromatic Colors of #43D055
Black with #43D055
Text Example
Text Example
White with #43D055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D055; }
p { color: rgb(67,208,85); }
H1.HeaderClassName
{
color: #43D055;
}
.AnyTagClassName
{
color: #43D055;
}
</style>
background-color css
<style>
a { background-color: #43D055; }
a { background-color: rgb(67,208,85); }
div.DivClassName
{
background-color: #43D055;
}
.BgClassName
{
background-color: #43D055;
}
</style>
border-color css
<style>
span { border-color: #43D055; }
span { border-color: rgb(67,208,85); }
td.TdClassName
{
border-color: #43D055;
}
.TagClassName
{
border-color: #43D055;
}
</style>