Shades of Lime Green #43D655
Tints of Lime Green #43D655
RGB
CMYK
RGB Variations
Color information
#43D655 (or 0x43D655) is known color: Lime Green. HEX triplet: 43, D6 and 55. RGB value is (67,214,85). Sum of RGB (Red+Green+Blue) = 67+214+85=366 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.31% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #43D655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D655 is #BC29AA. Grayscale: #9B9B9B. Windows color (decimal): -12331435 or 5625411. OLE color: 5625411.
HSL color Cylindrical-coordinate representation of color #43D655: hue angle of 127.35º degrees, saturation: 0.64, 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 #43D655 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 214 | 85 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.16 |
| HSL | 127.35º | 0.64% | 0.55% | - |
| HSV(B) | 127.35º | 0.69% | 0.84% | - |
| XYZ | 28 | 49.94 | 16.76 | - |
| YUV | 155.34 | 88.3 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 214 | 85 | 0.69 | 0 | 0.60 | 0.16 | 127.35 | 0.64 | 0.55 |
| Hex | 43 | D6 | 55 | 45 | 0 | 3C | 10 | 7F | 40 | 37 |
| Octal | 103 | 326 | 125 | 105 | 0 | 74 | 20 | 177 | 100 | 67 |
| Binary | 1000011 | 11010110 | 1010101 | 1000101 | 0 | 111100 | 10000 | 1111111 | 1000000 | 110111 |
Color Harmonies of #43D655
Complementary color
Monochromatic Colors of #43D655
Black with #43D655
Text Example
Text Example
White with #43D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D655; }
p { color: rgb(67,214,85); }
H1.HeaderClassName
{
color: #43D655;
}
.AnyTagClassName
{
color: #43D655;
}
</style>
background-color css
<style>
a { background-color: #43D655; }
a { background-color: rgb(67,214,85); }
div.DivClassName
{
background-color: #43D655;
}
.BgClassName
{
background-color: #43D655;
}
</style>
border-color css
<style>
span { border-color: #43D655; }
span { border-color: rgb(67,214,85); }
td.TdClassName
{
border-color: #43D655;
}
.TagClassName
{
border-color: #43D655;
}
</style>