Shades of Lime Green #28ED26
Tints of Lime Green #28ED26
RGB
CMYK
RGB Variations
Color information
#28ED26 (or 0x28ED26) is known color: Lime Green. HEX triplet: 28, ED and 26. RGB value is (40,237,38). Sum of RGB (Red+Green+Blue) = 40+237+38=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED26 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28ED26 is #D712D9. Grayscale: #9C9C9C. Windows color (decimal): -14095066 or 2551080. OLE color: 2551080.
HSL color Cylindrical-coordinate representation of color #28ED26: hue angle of 119.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ED26 is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 38 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.07 |
| HSL | 119.4º | 0.85% | 0.54% | - |
| HSV(B) | 119.4º | 0.84% | 0.93% | - |
| XYZ | 31.51 | 61.16 | 11.98 | - |
| YUV | 155.41 | 61.73 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 38 | 0.83 | 0 | 0.84 | 0.07 | 119.4 | 0.85 | 0.54 |
| Hex | 28 | ED | 26 | 53 | 0 | 54 | 7 | 77 | 55 | 36 |
| Octal | 50 | 355 | 46 | 123 | 0 | 124 | 7 | 167 | 125 | 66 |
| Binary | 101000 | 11101101 | 100110 | 1010011 | 0 | 1010100 | 111 | 1110111 | 1010101 | 110110 |
Color Harmonies of #28ED26
Complementary color
Monochromatic Colors of #28ED26
Black with #28ED26
Text Example
Text Example
White with #28ED26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ED26; }
p { color: rgb(40,237,38); }
H1.HeaderClassName
{
color: #28ED26;
}
.AnyTagClassName
{
color: #28ED26;
}
</style>
background-color css
<style>
a { background-color: #28ED26; }
a { background-color: rgb(40,237,38); }
div.DivClassName
{
background-color: #28ED26;
}
.BgClassName
{
background-color: #28ED26;
}
</style>
border-color css
<style>
span { border-color: #28ED26; }
span { border-color: rgb(40,237,38); }
td.TdClassName
{
border-color: #28ED26;
}
.TagClassName
{
border-color: #28ED26;
}
</style>