Shades of Lime Green #43D648
Tints of Lime Green #43D648
RGB
CMYK
RGB Variations
Color information
#43D648 (or 0x43D648) is known color: Lime Green. HEX triplet: 43, D6 and 48. RGB value is (67,214,72). Sum of RGB (Red+Green+Blue) = 67+214+72=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 214 (83.98% from 255 or 60.62% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 214 - color contains mainly: green. Hex color #43D648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D648 is #BC29B7. Grayscale: #9A9A9A. Windows color (decimal): -12331448 or 4773443. OLE color: 4773443.
HSL color Cylindrical-coordinate representation of color #43D648: hue angle of 122.04º 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 #43D648 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 214 | 72 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.16 |
| HSL | 122.04º | 0.64% | 0.55% | - |
| HSV(B) | 122.04º | 0.69% | 0.84% | - |
| XYZ | 27.53 | 49.75 | 14.28 | - |
| YUV | 153.86 | 81.8 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 214 | 72 | 0.69 | 0 | 0.66 | 0.16 | 122.04 | 0.64 | 0.55 |
| Hex | 43 | D6 | 48 | 45 | 0 | 42 | 10 | 7A | 40 | 37 |
| Octal | 103 | 326 | 110 | 105 | 0 | 102 | 20 | 172 | 100 | 67 |
| Binary | 1000011 | 11010110 | 1001000 | 1000101 | 0 | 1000010 | 10000 | 1111010 | 1000000 | 110111 |
Color Harmonies of #43D648
Complementary color
Monochromatic Colors of #43D648
Black with #43D648
Text Example
Text Example
White with #43D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D648; }
p { color: rgb(67,214,72); }
H1.HeaderClassName
{
color: #43D648;
}
.AnyTagClassName
{
color: #43D648;
}
</style>
background-color css
<style>
a { background-color: #43D648; }
a { background-color: rgb(67,214,72); }
div.DivClassName
{
background-color: #43D648;
}
.BgClassName
{
background-color: #43D648;
}
</style>
border-color css
<style>
span { border-color: #43D648; }
span { border-color: rgb(67,214,72); }
td.TdClassName
{
border-color: #43D648;
}
.TagClassName
{
border-color: #43D648;
}
</style>