Shades of Lime Green #43DC28
Tints of Lime Green #43DC28
RGB
CMYK
RGB Variations
Color information
#43DC28 (or 0x43DC28) is known color: Lime Green. HEX triplet: 43, DC and 28. RGB value is (67,220,40). Sum of RGB (Red+Green+Blue) = 67+220+40=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DC28 is #BC23D7. Grayscale: #9A9A9A. Windows color (decimal): -12329944 or 2677827. OLE color: 2677827.
HSL color Cylindrical-coordinate representation of color #43DC28: hue angle of 111º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43DC28 is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 40 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.14 |
| HSL | 111º | 0.72% | 0.51% | - |
| HSV(B) | 111º | 0.82% | 0.86% | - |
| XYZ | 28.29 | 52.53 | 10.66 | - |
| YUV | 153.73 | 63.81 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 40 | 0.70 | 0 | 0.82 | 0.14 | 111 | 0.72 | 0.51 |
| Hex | 43 | DC | 28 | 46 | 0 | 52 | E | 6F | 48 | 33 |
| Octal | 103 | 334 | 50 | 106 | 0 | 122 | 16 | 157 | 110 | 63 |
| Binary | 1000011 | 11011100 | 101000 | 1000110 | 0 | 1010010 | 1110 | 1101111 | 1001000 | 110011 |
Color Harmonies of #43DC28
Complementary color
Monochromatic Colors of #43DC28
Black with #43DC28
Text Example
Text Example
White with #43DC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DC28; }
p { color: rgb(67,220,40); }
H1.HeaderClassName
{
color: #43DC28;
}
.AnyTagClassName
{
color: #43DC28;
}
</style>
background-color css
<style>
a { background-color: #43DC28; }
a { background-color: rgb(67,220,40); }
div.DivClassName
{
background-color: #43DC28;
}
.BgClassName
{
background-color: #43DC28;
}
</style>
border-color css
<style>
span { border-color: #43DC28; }
span { border-color: rgb(67,220,40); }
td.TdClassName
{
border-color: #43DC28;
}
.TagClassName
{
border-color: #43DC28;
}
</style>