Shades of Lime Green #28DA43
Tints of Lime Green #28DA43
RGB
CMYK
RGB Variations
Color information
#28DA43 (or 0x28DA43) is known color: Lime Green. HEX triplet: 28, DA and 43. RGB value is (40,218,67). Sum of RGB (Red+Green+Blue) = 40+218+67=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 218 (85.55% from 255 or 67.08% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DA43 is #D725BC. Grayscale: #939393. Windows color (decimal): -14099901 or 4446760. OLE color: 4446760.
HSL color Cylindrical-coordinate representation of color #28DA43: hue angle of 129.1º 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 #28DA43 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 67 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.15 |
| HSL | 129.1º | 0.71% | 0.51% | - |
| HSV(B) | 129.1º | 0.82% | 0.85% | - |
| XYZ | 26.96 | 51 | 13.73 | - |
| YUV | 147.56 | 82.53 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 67 | 0.82 | 0 | 0.69 | 0.15 | 129.1 | 0.71 | 0.51 |
| Hex | 28 | DA | 43 | 52 | 0 | 45 | F | 81 | 47 | 33 |
| Octal | 50 | 332 | 103 | 122 | 0 | 105 | 17 | 201 | 107 | 63 |
| Binary | 101000 | 11011010 | 1000011 | 1010010 | 0 | 1000101 | 1111 | 10000001 | 1000111 | 110011 |
Color Harmonies of #28DA43
Complementary color
Monochromatic Colors of #28DA43
Black with #28DA43
Text Example
Text Example
White with #28DA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA43; }
p { color: rgb(40,218,67); }
H1.HeaderClassName
{
color: #28DA43;
}
.AnyTagClassName
{
color: #28DA43;
}
</style>
background-color css
<style>
a { background-color: #28DA43; }
a { background-color: rgb(40,218,67); }
div.DivClassName
{
background-color: #28DA43;
}
.BgClassName
{
background-color: #28DA43;
}
</style>
border-color css
<style>
span { border-color: #28DA43; }
span { border-color: rgb(40,218,67); }
td.TdClassName
{
border-color: #28DA43;
}
.TagClassName
{
border-color: #28DA43;
}
</style>