Shades of Lime Green #28D632
Tints of Lime Green #28D632
RGB
CMYK
RGB Variations
Color information
#28D632 (or 0x28D632) is known color: Lime Green. HEX triplet: 28, D6 and 32. RGB value is (40,214,50). Sum of RGB (Red+Green+Blue) = 40+214+50=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 214 (83.98% from 255 or 70.39% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 214 - color contains mainly: green. Hex color #28D632 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D632 is #D729CD. Grayscale: #8F8F8F. Windows color (decimal): -14100942 or 3331624. OLE color: 3331624.
HSL color Cylindrical-coordinate representation of color #28D632: hue angle of 123.45º 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 #28D632 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 214 | 50 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.16 |
| HSL | 123.45º | 0.69% | 0.5% | - |
| HSV(B) | 123.45º | 0.81% | 0.84% | - |
| XYZ | 25.5 | 48.77 | 11.09 | - |
| YUV | 143.28 | 75.35 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 214 | 50 | 0.81 | 0 | 0.77 | 0.16 | 123.45 | 0.69 | 0.5 |
| Hex | 28 | D6 | 32 | 51 | 0 | 4D | 10 | 7B | 45 | 32 |
| Octal | 50 | 326 | 62 | 121 | 0 | 115 | 20 | 173 | 105 | 62 |
| Binary | 101000 | 11010110 | 110010 | 1010001 | 0 | 1001101 | 10000 | 1111011 | 1000101 | 110010 |
Color Harmonies of #28D632
Complementary color
Monochromatic Colors of #28D632
Black with #28D632
Text Example
Text Example
White with #28D632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D632; }
p { color: rgb(40,214,50); }
H1.HeaderClassName
{
color: #28D632;
}
.AnyTagClassName
{
color: #28D632;
}
</style>
background-color css
<style>
a { background-color: #28D632; }
a { background-color: rgb(40,214,50); }
div.DivClassName
{
background-color: #28D632;
}
.BgClassName
{
background-color: #28D632;
}
</style>
border-color css
<style>
span { border-color: #28D632; }
span { border-color: rgb(40,214,50); }
td.TdClassName
{
border-color: #28D632;
}
.TagClassName
{
border-color: #28D632;
}
</style>