Shades of Lime Green #28B619
Tints of Lime Green #28B619
RGB
CMYK
RGB Variations
Color information
#28B619 (or 0x28B619) is known color: Lime Green. HEX triplet: 28, B6 and 19. RGB value is (40,182,25). Sum of RGB (Red+Green+Blue) = 40+182+25=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 182 (71.48% from 255 or 73.68% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 182 - color contains mainly: green. Hex color #28B619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28B619 is #D749E6. Grayscale: #7A7A7A. Windows color (decimal): -14109159 or 1685032. OLE color: 1685032.
HSL color Cylindrical-coordinate representation of color #28B619: hue angle of 114.27º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28B619 is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 182 | 25 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.29 |
| HSL | 114.27º | 0.76% | 0.41% | - |
| HSV(B) | 114.27º | 0.86% | 0.71% | - |
| XYZ | 17.78 | 33.98 | 6.54 | - |
| YUV | 121.64 | 73.46 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 182 | 25 | 0.78 | 0 | 0.86 | 0.29 | 114.27 | 0.76 | 0.41 |
| Hex | 28 | B6 | 19 | 4E | 0 | 56 | 1D | 72 | 4C | 29 |
| Octal | 50 | 266 | 31 | 116 | 0 | 126 | 35 | 162 | 114 | 51 |
| Binary | 101000 | 10110110 | 11001 | 1001110 | 0 | 1010110 | 11101 | 1110010 | 1001100 | 101001 |
Color Harmonies of #28B619
Complementary color
Monochromatic Colors of #28B619
Black with #28B619
Text Example
Text Example
White with #28B619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B619; }
p { color: rgb(40,182,25); }
H1.HeaderClassName
{
color: #28B619;
}
.AnyTagClassName
{
color: #28B619;
}
</style>
background-color css
<style>
a { background-color: #28B619; }
a { background-color: rgb(40,182,25); }
div.DivClassName
{
background-color: #28B619;
}
.BgClassName
{
background-color: #28B619;
}
</style>
border-color css
<style>
span { border-color: #28B619; }
span { border-color: rgb(40,182,25); }
td.TdClassName
{
border-color: #28B619;
}
.TagClassName
{
border-color: #28B619;
}
</style>