Shades of Lime Green #28E02C
Tints of Lime Green #28E02C
RGB
CMYK
RGB Variations
Color information
#28E02C (or 0x28E02C) is known color: Lime Green. HEX triplet: 28, E0 and 2C. RGB value is (40,224,44). Sum of RGB (Red+Green+Blue) = 40+224+44=308 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.99% from 308); Green value is 224 (87.89% from 255 or 72.73% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 224 - color contains mainly: green. Hex color #28E02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E02C is #D71FD3. Grayscale: #959595. Windows color (decimal): -14098388 or 2940968. OLE color: 2940968.
HSL color Cylindrical-coordinate representation of color #28E02C: hue angle of 121.3º 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 #28E02C is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 44 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.12 |
| HSL | 121.3º | 0.75% | 0.52% | - |
| HSV(B) | 121.3º | 0.82% | 0.88% | - |
| XYZ | 27.99 | 53.94 | 11.32 | - |
| YUV | 148.46 | 69.04 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 44 | 0.82 | 0 | 0.80 | 0.12 | 121.3 | 0.75 | 0.52 |
| Hex | 28 | E0 | 2C | 52 | 0 | 50 | C | 79 | 4B | 34 |
| Octal | 50 | 340 | 54 | 122 | 0 | 120 | 14 | 171 | 113 | 64 |
| Binary | 101000 | 11100000 | 101100 | 1010010 | 0 | 1010000 | 1100 | 1111001 | 1001011 | 110100 |
Color Harmonies of #28E02C
Complementary color
Monochromatic Colors of #28E02C
Black with #28E02C
Text Example
Text Example
White with #28E02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E02C; }
p { color: rgb(40,224,44); }
H1.HeaderClassName
{
color: #28E02C;
}
.AnyTagClassName
{
color: #28E02C;
}
</style>
background-color css
<style>
a { background-color: #28E02C; }
a { background-color: rgb(40,224,44); }
div.DivClassName
{
background-color: #28E02C;
}
.BgClassName
{
background-color: #28E02C;
}
</style>
border-color css
<style>
span { border-color: #28E02C; }
span { border-color: rgb(40,224,44); }
td.TdClassName
{
border-color: #28E02C;
}
.TagClassName
{
border-color: #28E02C;
}
</style>