Shades of Lime Green #28ED42
Tints of Lime Green #28ED42
RGB
CMYK
RGB Variations
Color information
#28ED42 (or 0x28ED42) is known color: Lime Green. HEX triplet: 28, ED and 42. RGB value is (40,237,66). Sum of RGB (Red+Green+Blue) = 40+237+66=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 237 (92.97% from 255 or 69.10% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 237 - color contains mainly: green. Hex color #28ED42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28ED42 is #D712BD. Grayscale: #9F9F9F. Windows color (decimal): -14095038 or 4386088. OLE color: 4386088.
HSL color Cylindrical-coordinate representation of color #28ED42: hue angle of 127.92º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28ED42 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 40 | 237 | 66 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.07 |
| HSL | 127.92º | 0.85% | 0.54% | - |
| HSV(B) | 127.92º | 0.83% | 0.93% | - |
| XYZ | 32.14 | 61.41 | 15.31 | - |
| YUV | 158.6 | 75.73 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 237 | 66 | 0.83 | 0 | 0.72 | 0.07 | 127.92 | 0.85 | 0.54 |
| Hex | 28 | ED | 42 | 53 | 0 | 48 | 7 | 80 | 55 | 36 |
| Octal | 50 | 355 | 102 | 123 | 0 | 110 | 7 | 200 | 125 | 66 |
| Binary | 101000 | 11101101 | 1000010 | 1010011 | 0 | 1001000 | 111 | 10000000 | 1010101 | 110110 |
Color Harmonies of #28ED42
Complementary color
Monochromatic Colors of #28ED42
Black with #28ED42
Text Example
Text Example
White with #28ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ED42; }
p { color: rgb(40,237,66); }
H1.HeaderClassName
{
color: #28ED42;
}
.AnyTagClassName
{
color: #28ED42;
}
</style>
background-color css
<style>
a { background-color: #28ED42; }
a { background-color: rgb(40,237,66); }
div.DivClassName
{
background-color: #28ED42;
}
.BgClassName
{
background-color: #28ED42;
}
</style>
border-color css
<style>
span { border-color: #28ED42; }
span { border-color: rgb(40,237,66); }
td.TdClassName
{
border-color: #28ED42;
}
.TagClassName
{
border-color: #28ED42;
}
</style>