Shades of Lime Green #28D732
Tints of Lime Green #28D732
RGB
CMYK
RGB Variations
Color information
#28D732 (or 0x28D732) is known color: Lime Green. HEX triplet: 28, D7 and 32. RGB value is (40,215,50). Sum of RGB (Red+Green+Blue) = 40+215+50=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 215 (84.38% from 255 or 70.49% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 215 - color contains mainly: green. Hex color #28D732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D732 is #D728CD. Grayscale: #909090. Windows color (decimal): -14100686 or 3331880. OLE color: 3331880.
HSL color Cylindrical-coordinate representation of color #28D732: hue angle of 123.43º 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 #28D732 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 50 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.16 |
| HSL | 123.43º | 0.69% | 0.5% | - |
| HSV(B) | 123.43º | 0.81% | 0.84% | - |
| XYZ | 25.75 | 49.28 | 11.17 | - |
| YUV | 143.87 | 75.02 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 50 | 0.81 | 0 | 0.77 | 0.16 | 123.43 | 0.69 | 0.5 |
| Hex | 28 | D7 | 32 | 51 | 0 | 4D | 10 | 7B | 45 | 32 |
| Octal | 50 | 327 | 62 | 121 | 0 | 115 | 20 | 173 | 105 | 62 |
| Binary | 101000 | 11010111 | 110010 | 1010001 | 0 | 1001101 | 10000 | 1111011 | 1000101 | 110010 |
Color Harmonies of #28D732
Complementary color
Monochromatic Colors of #28D732
Black with #28D732
Text Example
Text Example
White with #28D732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D732; }
p { color: rgb(40,215,50); }
H1.HeaderClassName
{
color: #28D732;
}
.AnyTagClassName
{
color: #28D732;
}
</style>
background-color css
<style>
a { background-color: #28D732; }
a { background-color: rgb(40,215,50); }
div.DivClassName
{
background-color: #28D732;
}
.BgClassName
{
background-color: #28D732;
}
</style>
border-color css
<style>
span { border-color: #28D732; }
span { border-color: rgb(40,215,50); }
td.TdClassName
{
border-color: #28D732;
}
.TagClassName
{
border-color: #28D732;
}
</style>