Shades of Lime Green #43D054
Tints of Lime Green #43D054
RGB
CMYK
RGB Variations
Color information
#43D054 (or 0x43D054) is known color: Lime Green. HEX triplet: 43, D0 and 54. RGB value is (67,208,84). Sum of RGB (Red+Green+Blue) = 67+208+84=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 208 (81.64% from 255 or 57.94% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 208 - color contains mainly: green. Hex color #43D054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D054 is #BC2FAB. Grayscale: #989898. Windows color (decimal): -12332972 or 5558339. OLE color: 5558339.
HSL color Cylindrical-coordinate representation of color #43D054: hue angle of 127.23º 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 #43D054 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 208 | 84 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.18 |
| HSL | 127.23º | 0.6% | 0.54% | - |
| HSV(B) | 127.23º | 0.68% | 0.82% | - |
| XYZ | 26.47 | 46.95 | 16.05 | - |
| YUV | 151.71 | 89.79 | 67.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 208 | 84 | 0.68 | 0 | 0.60 | 0.18 | 127.23 | 0.6 | 0.54 |
| Hex | 43 | D0 | 54 | 44 | 0 | 3C | 12 | 7F | 3C | 36 |
| Octal | 103 | 320 | 124 | 104 | 0 | 74 | 22 | 177 | 74 | 66 |
| Binary | 1000011 | 11010000 | 1010100 | 1000100 | 0 | 111100 | 10010 | 1111111 | 111100 | 110110 |
Color Harmonies of #43D054
Complementary color
Monochromatic Colors of #43D054
Black with #43D054
Text Example
Text Example
White with #43D054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D054; }
p { color: rgb(67,208,84); }
H1.HeaderClassName
{
color: #43D054;
}
.AnyTagClassName
{
color: #43D054;
}
</style>
background-color css
<style>
a { background-color: #43D054; }
a { background-color: rgb(67,208,84); }
div.DivClassName
{
background-color: #43D054;
}
.BgClassName
{
background-color: #43D054;
}
</style>
border-color css
<style>
span { border-color: #43D054; }
span { border-color: rgb(67,208,84); }
td.TdClassName
{
border-color: #43D054;
}
.TagClassName
{
border-color: #43D054;
}
</style>