Shades of Lime Green #28D90A
Tints of Lime Green #28D90A
RGB
CMYK
RGB Variations
Color information
#28D90A (or 0x28D90A) is known color: Lime Green. HEX triplet: 28, D9 and 0A. RGB value is (40,217,10). Sum of RGB (Red+Green+Blue) = 40+217+10=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 217 (85.16% from 255 or 81.27% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 217 - color contains mainly: green. Hex color #28D90A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D90A is #D726F5. Grayscale: #8D8D8D. Windows color (decimal): -14100214 or 710952. OLE color: 710952.
HSL color Cylindrical-coordinate representation of color #28D90A: hue angle of 111.3º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28D90A is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 10 | - |
| CMYK | 0.82 | 0 | 0.95 | 0.15 |
| HSL | 111.3º | 0.91% | 0.45% | - |
| HSV(B) | 111.3º | 0.95% | 0.85% | - |
| XYZ | 25.74 | 50.1 | 8.6 | - |
| YUV | 140.48 | 54.36 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 10 | 0.82 | 0 | 0.95 | 0.15 | 111.3 | 0.91 | 0.45 |
| Hex | 28 | D9 | A | 52 | 0 | 5F | F | 6F | 5B | 2D |
| Octal | 50 | 331 | 12 | 122 | 0 | 137 | 17 | 157 | 133 | 55 |
| Binary | 101000 | 11011001 | 1010 | 1010010 | 0 | 1011111 | 1111 | 1101111 | 1011011 | 101101 |
Color Harmonies of #28D90A
Complementary color
Monochromatic Colors of #28D90A
Black with #28D90A
Text Example
Text Example
White with #28D90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D90A; }
p { color: rgb(40,217,10); }
H1.HeaderClassName
{
color: #28D90A;
}
.AnyTagClassName
{
color: #28D90A;
}
</style>
background-color css
<style>
a { background-color: #28D90A; }
a { background-color: rgb(40,217,10); }
div.DivClassName
{
background-color: #28D90A;
}
.BgClassName
{
background-color: #28D90A;
}
</style>
border-color css
<style>
span { border-color: #28D90A; }
span { border-color: rgb(40,217,10); }
td.TdClassName
{
border-color: #28D90A;
}
.TagClassName
{
border-color: #28D90A;
}
</style>