Shades of Lime Green #43D928
Tints of Lime Green #43D928
RGB
CMYK
RGB Variations
Color information
#43D928 (or 0x43D928) is known color: Lime Green. HEX triplet: 43, D9 and 28. RGB value is (67,217,40). Sum of RGB (Red+Green+Blue) = 67+217+40=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #43D928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D928 is #BC26D7. Grayscale: #989898. Windows color (decimal): -12330712 or 2677059. OLE color: 2677059.
HSL color Cylindrical-coordinate representation of color #43D928: hue angle of 110.85º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43D928 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 40 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.15 |
| HSL | 110.85º | 0.7% | 0.5% | - |
| HSV(B) | 110.85º | 0.82% | 0.85% | - |
| XYZ | 27.51 | 50.97 | 10.4 | - |
| YUV | 151.97 | 64.81 | 67.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 40 | 0.69 | 0 | 0.82 | 0.15 | 110.85 | 0.7 | 0.5 |
| Hex | 43 | D9 | 28 | 45 | 0 | 52 | F | 6F | 46 | 32 |
| Octal | 103 | 331 | 50 | 105 | 0 | 122 | 17 | 157 | 106 | 62 |
| Binary | 1000011 | 11011001 | 101000 | 1000101 | 0 | 1010010 | 1111 | 1101111 | 1000110 | 110010 |
Color Harmonies of #43D928
Complementary color
Monochromatic Colors of #43D928
Black with #43D928
Text Example
Text Example
White with #43D928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D928; }
p { color: rgb(67,217,40); }
H1.HeaderClassName
{
color: #43D928;
}
.AnyTagClassName
{
color: #43D928;
}
</style>
background-color css
<style>
a { background-color: #43D928; }
a { background-color: rgb(67,217,40); }
div.DivClassName
{
background-color: #43D928;
}
.BgClassName
{
background-color: #43D928;
}
</style>
border-color css
<style>
span { border-color: #43D928; }
span { border-color: rgb(67,217,40); }
td.TdClassName
{
border-color: #43D928;
}
.TagClassName
{
border-color: #43D928;
}
</style>