Shades of Lime Green #43DA28
Tints of Lime Green #43DA28
RGB
CMYK
RGB Variations
Color information
#43DA28 (or 0x43DA28) is known color: Lime Green. HEX triplet: 43, DA and 28. RGB value is (67,218,40). Sum of RGB (Red+Green+Blue) = 67+218+40=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #43DA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DA28 is #BC25D7. Grayscale: #999999. Windows color (decimal): -12330456 or 2677315. OLE color: 2677315.
HSL color Cylindrical-coordinate representation of color #43DA28: hue angle of 110.9º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #43DA28 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 218 | 40 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.15 |
| HSL | 110.9º | 0.71% | 0.51% | - |
| HSV(B) | 110.9º | 0.82% | 0.85% | - |
| XYZ | 27.77 | 51.49 | 10.48 | - |
| YUV | 152.56 | 64.47 | 66.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 218 | 40 | 0.69 | 0 | 0.82 | 0.15 | 110.9 | 0.71 | 0.51 |
| Hex | 43 | DA | 28 | 45 | 0 | 52 | F | 6F | 47 | 33 |
| Octal | 103 | 332 | 50 | 105 | 0 | 122 | 17 | 157 | 107 | 63 |
| Binary | 1000011 | 11011010 | 101000 | 1000101 | 0 | 1010010 | 1111 | 1101111 | 1000111 | 110011 |
Color Harmonies of #43DA28
Complementary color
Monochromatic Colors of #43DA28
Black with #43DA28
Text Example
Text Example
White with #43DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DA28; }
p { color: rgb(67,218,40); }
H1.HeaderClassName
{
color: #43DA28;
}
.AnyTagClassName
{
color: #43DA28;
}
</style>
background-color css
<style>
a { background-color: #43DA28; }
a { background-color: rgb(67,218,40); }
div.DivClassName
{
background-color: #43DA28;
}
.BgClassName
{
background-color: #43DA28;
}
</style>
border-color css
<style>
span { border-color: #43DA28; }
span { border-color: rgb(67,218,40); }
td.TdClassName
{
border-color: #43DA28;
}
.TagClassName
{
border-color: #43DA28;
}
</style>