Shades of Lime Green #43D654
Tints of Lime Green #43D654
RGB
CMYK
RGB Variations
Color information
#43D654 (or 0x43D654) is known color: Lime Green. HEX triplet: 43, D6 and 54. RGB value is (67,214,84). Sum of RGB (Red+Green+Blue) = 67+214+84=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 214 (83.98% from 255 or 58.63% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 214 - color contains mainly: green. Hex color #43D654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D654 is #BC29AB. Grayscale: #9B9B9B. Windows color (decimal): -12331436 or 5559875. OLE color: 5559875.
HSL color Cylindrical-coordinate representation of color #43D654: hue angle of 126.94º 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 #43D654 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 214 | 84 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.16 |
| HSL | 126.94º | 0.64% | 0.55% | - |
| HSV(B) | 126.94º | 0.69% | 0.84% | - |
| XYZ | 27.96 | 49.93 | 16.55 | - |
| YUV | 155.23 | 87.8 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 214 | 84 | 0.69 | 0 | 0.61 | 0.16 | 126.94 | 0.64 | 0.55 |
| Hex | 43 | D6 | 54 | 45 | 0 | 3D | 10 | 7F | 40 | 37 |
| Octal | 103 | 326 | 124 | 105 | 0 | 75 | 20 | 177 | 100 | 67 |
| Binary | 1000011 | 11010110 | 1010100 | 1000101 | 0 | 111101 | 10000 | 1111111 | 1000000 | 110111 |
Color Harmonies of #43D654
Complementary color
Monochromatic Colors of #43D654
Black with #43D654
Text Example
Text Example
White with #43D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D654; }
p { color: rgb(67,214,84); }
H1.HeaderClassName
{
color: #43D654;
}
.AnyTagClassName
{
color: #43D654;
}
</style>
background-color css
<style>
a { background-color: #43D654; }
a { background-color: rgb(67,214,84); }
div.DivClassName
{
background-color: #43D654;
}
.BgClassName
{
background-color: #43D654;
}
</style>
border-color css
<style>
span { border-color: #43D654; }
span { border-color: rgb(67,214,84); }
td.TdClassName
{
border-color: #43D654;
}
.TagClassName
{
border-color: #43D654;
}
</style>