Shades of Lime Green #28E02B
Tints of Lime Green #28E02B
RGB
CMYK
RGB Variations
Color information
#28E02B (or 0x28E02B) is known color: Lime Green. HEX triplet: 28, E0 and 2B. RGB value is (40,224,43). Sum of RGB (Red+Green+Blue) = 40+224+43=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #28E02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E02B is #D71FD4. Grayscale: #949494. Windows color (decimal): -14098389 or 2875432. OLE color: 2875432.
HSL color Cylindrical-coordinate representation of color #28E02B: hue angle of 120.98º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E02B is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 43 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.12 |
| HSL | 120.98º | 0.75% | 0.52% | - |
| HSV(B) | 120.98º | 0.82% | 0.88% | - |
| XYZ | 27.97 | 53.94 | 11.22 | - |
| YUV | 148.35 | 68.54 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 43 | 0.82 | 0 | 0.81 | 0.12 | 120.98 | 0.75 | 0.52 |
| Hex | 28 | E0 | 2B | 52 | 0 | 51 | C | 79 | 4B | 34 |
| Octal | 50 | 340 | 53 | 122 | 0 | 121 | 14 | 171 | 113 | 64 |
| Binary | 101000 | 11100000 | 101011 | 1010010 | 0 | 1010001 | 1100 | 1111001 | 1001011 | 110100 |
Color Harmonies of #28E02B
Complementary color
Monochromatic Colors of #28E02B
Black with #28E02B
Text Example
Text Example
White with #28E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E02B; }
p { color: rgb(40,224,43); }
H1.HeaderClassName
{
color: #28E02B;
}
.AnyTagClassName
{
color: #28E02B;
}
</style>
background-color css
<style>
a { background-color: #28E02B; }
a { background-color: rgb(40,224,43); }
div.DivClassName
{
background-color: #28E02B;
}
.BgClassName
{
background-color: #28E02B;
}
</style>
border-color css
<style>
span { border-color: #28E02B; }
span { border-color: rgb(40,224,43); }
td.TdClassName
{
border-color: #28E02B;
}
.TagClassName
{
border-color: #28E02B;
}
</style>