Shades of Lime Green #28BA44
Tints of Lime Green #28BA44
RGB
CMYK
RGB Variations
Color information
#28BA44 (or 0x28BA44) is known color: Lime Green. HEX triplet: 28, BA and 44. RGB value is (40,186,68). Sum of RGB (Red+Green+Blue) = 40+186+68=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA44 is #D745BB. Grayscale: #818181. Windows color (decimal): -14108092 or 4504104. OLE color: 4504104.
HSL color Cylindrical-coordinate representation of color #28BA44: hue angle of 131.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA44 is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 68 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.27 |
| HSL | 131.51º | 0.65% | 0.44% | - |
| HSV(B) | 131.51º | 0.78% | 0.73% | - |
| XYZ | 19.48 | 35.99 | 11.39 | - |
| YUV | 128.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 68 | 0.78 | 0 | 0.63 | 0.27 | 131.51 | 0.65 | 0.44 |
| Hex | 28 | BA | 44 | 4E | 0 | 3F | 1B | 84 | 41 | 2C |
| Octal | 50 | 272 | 104 | 116 | 0 | 77 | 33 | 204 | 101 | 54 |
| Binary | 101000 | 10111010 | 1000100 | 1001110 | 0 | 111111 | 11011 | 10000100 | 1000001 | 101100 |
Color Harmonies of #28BA44
Complementary color
Monochromatic Colors of #28BA44
Black with #28BA44
Text Example
Text Example
White with #28BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA44; }
p { color: rgb(40,186,68); }
H1.HeaderClassName
{
color: #28BA44;
}
.AnyTagClassName
{
color: #28BA44;
}
</style>
background-color css
<style>
a { background-color: #28BA44; }
a { background-color: rgb(40,186,68); }
div.DivClassName
{
background-color: #28BA44;
}
.BgClassName
{
background-color: #28BA44;
}
</style>
border-color css
<style>
span { border-color: #28BA44; }
span { border-color: rgb(40,186,68); }
td.TdClassName
{
border-color: #28BA44;
}
.TagClassName
{
border-color: #28BA44;
}
</style>