Shades of Lime Green #28D72B
Tints of Lime Green #28D72B
RGB
CMYK
RGB Variations
Color information
#28D72B (or 0x28D72B) is known color: Lime Green. HEX triplet: 28, D7 and 2B. RGB value is (40,215,43). Sum of RGB (Red+Green+Blue) = 40+215+43=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 215 (84.38% from 255 or 72.15% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 215 - color contains mainly: green. Hex color #28D72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D72B is #D728D4. Grayscale: #8F8F8F. Windows color (decimal): -14100693 or 2873128. OLE color: 2873128.
HSL color Cylindrical-coordinate representation of color #28D72B: hue angle of 121.03º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D72B is Cyan = 0.81, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 43 | - |
| CMYK | 0.81 | 0 | 0.8 | 0.16 |
| HSL | 121.03º | 0.69% | 0.5% | - |
| HSV(B) | 121.03º | 0.81% | 0.84% | - |
| XYZ | 25.61 | 49.23 | 10.44 | - |
| YUV | 143.07 | 71.52 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 43 | 0.81 | 0 | 0.8 | 0.16 | 121.03 | 0.69 | 0.5 |
| Hex | 28 | D7 | 2B | 51 | 0 | 50 | 10 | 79 | 45 | 32 |
| Octal | 50 | 327 | 53 | 121 | 0 | 120 | 20 | 171 | 105 | 62 |
| Binary | 101000 | 11010111 | 101011 | 1010001 | 0 | 1010000 | 10000 | 1111001 | 1000101 | 110010 |
Color Harmonies of #28D72B
Complementary color
Monochromatic Colors of #28D72B
Black with #28D72B
Text Example
Text Example
White with #28D72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D72B; }
p { color: rgb(40,215,43); }
H1.HeaderClassName
{
color: #28D72B;
}
.AnyTagClassName
{
color: #28D72B;
}
</style>
background-color css
<style>
a { background-color: #28D72B; }
a { background-color: rgb(40,215,43); }
div.DivClassName
{
background-color: #28D72B;
}
.BgClassName
{
background-color: #28D72B;
}
</style>
border-color css
<style>
span { border-color: #28D72B; }
span { border-color: rgb(40,215,43); }
td.TdClassName
{
border-color: #28D72B;
}
.TagClassName
{
border-color: #28D72B;
}
</style>