Shades of Lime Green #28D826
Tints of Lime Green #28D826
RGB
CMYK
RGB Variations
Color information
#28D826 (or 0x28D826) is known color: Lime Green. HEX triplet: 28, D8 and 26. RGB value is (40,216,38). Sum of RGB (Red+Green+Blue) = 40+216+38=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 216 (84.77% from 255 or 73.47% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 216 - color contains mainly: green. Hex color #28D826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D826 is #D727D9. Grayscale: #8F8F8F. Windows color (decimal): -14100442 or 2545704. OLE color: 2545704.
HSL color Cylindrical-coordinate representation of color #28D826: hue angle of 119.33º 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 #28D826 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 38 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.15 |
| HSL | 119.33º | 0.7% | 0.5% | - |
| HSV(B) | 119.33º | 0.82% | 0.85% | - |
| XYZ | 25.78 | 49.7 | 10.07 | - |
| YUV | 143.08 | 68.69 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 38 | 0.81 | 0 | 0.82 | 0.15 | 119.33 | 0.7 | 0.5 |
| Hex | 28 | D8 | 26 | 51 | 0 | 52 | F | 77 | 46 | 32 |
| Octal | 50 | 330 | 46 | 121 | 0 | 122 | 17 | 167 | 106 | 62 |
| Binary | 101000 | 11011000 | 100110 | 1010001 | 0 | 1010010 | 1111 | 1110111 | 1000110 | 110010 |
Color Harmonies of #28D826
Complementary color
Monochromatic Colors of #28D826
Black with #28D826
Text Example
Text Example
White with #28D826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D826; }
p { color: rgb(40,216,38); }
H1.HeaderClassName
{
color: #28D826;
}
.AnyTagClassName
{
color: #28D826;
}
</style>
background-color css
<style>
a { background-color: #28D826; }
a { background-color: rgb(40,216,38); }
div.DivClassName
{
background-color: #28D826;
}
.BgClassName
{
background-color: #28D826;
}
</style>
border-color css
<style>
span { border-color: #28D826; }
span { border-color: rgb(40,216,38); }
td.TdClassName
{
border-color: #28D826;
}
.TagClassName
{
border-color: #28D826;
}
</style>