Shades of Lime Green #28DC26
Tints of Lime Green #28DC26
RGB
CMYK
RGB Variations
Color information
#28DC26 (or 0x28DC26) is known color: Lime Green. HEX triplet: 28, DC and 26. RGB value is (40,220,38). Sum of RGB (Red+Green+Blue) = 40+220+38=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC26 is #D723D9. Grayscale: #919191. Windows color (decimal): -14099418 or 2546728. OLE color: 2546728.
HSL color Cylindrical-coordinate representation of color #28DC26: hue angle of 119.34º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28DC26 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 38 | - |
| CMYK | 0.82 | 0 | 0.83 | 0.14 |
| HSL | 119.34º | 0.72% | 0.51% | - |
| HSV(B) | 119.34º | 0.83% | 0.86% | - |
| XYZ | 26.82 | 51.78 | 10.41 | - |
| YUV | 145.43 | 67.37 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 38 | 0.82 | 0 | 0.83 | 0.14 | 119.34 | 0.72 | 0.51 |
| Hex | 28 | DC | 26 | 52 | 0 | 53 | E | 77 | 48 | 33 |
| Octal | 50 | 334 | 46 | 122 | 0 | 123 | 16 | 167 | 110 | 63 |
| Binary | 101000 | 11011100 | 100110 | 1010010 | 0 | 1010011 | 1110 | 1110111 | 1001000 | 110011 |
Color Harmonies of #28DC26
Complementary color
Monochromatic Colors of #28DC26
Black with #28DC26
Text Example
Text Example
White with #28DC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC26; }
p { color: rgb(40,220,38); }
H1.HeaderClassName
{
color: #28DC26;
}
.AnyTagClassName
{
color: #28DC26;
}
</style>
background-color css
<style>
a { background-color: #28DC26; }
a { background-color: rgb(40,220,38); }
div.DivClassName
{
background-color: #28DC26;
}
.BgClassName
{
background-color: #28DC26;
}
</style>
border-color css
<style>
span { border-color: #28DC26; }
span { border-color: rgb(40,220,38); }
td.TdClassName
{
border-color: #28DC26;
}
.TagClassName
{
border-color: #28DC26;
}
</style>