Shades of Lime Green #28C732
Tints of Lime Green #28C732
RGB
CMYK
RGB Variations
Color information
#28C732 (or 0x28C732) is known color: Lime Green. HEX triplet: 28, C7 and 32. RGB value is (40,199,50). Sum of RGB (Red+Green+Blue) = 40+199+50=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 199 (78.12% from 255 or 68.86% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 199 - color contains mainly: green. Hex color #28C732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C732 is #D738CD. Grayscale: #868686. Windows color (decimal): -14104782 or 3327784. OLE color: 3327784.
HSL color Cylindrical-coordinate representation of color #28C732: hue angle of 123.77º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C732 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 50 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.22 |
| HSL | 123.77º | 0.67% | 0.47% | - |
| HSV(B) | 123.77º | 0.8% | 0.78% | - |
| XYZ | 21.87 | 41.53 | 9.88 | - |
| YUV | 134.47 | 80.32 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 50 | 0.80 | 0 | 0.75 | 0.22 | 123.77 | 0.67 | 0.47 |
| Hex | 28 | C7 | 32 | 50 | 0 | 4B | 16 | 7C | 43 | 2F |
| Octal | 50 | 307 | 62 | 120 | 0 | 113 | 26 | 174 | 103 | 57 |
| Binary | 101000 | 11000111 | 110010 | 1010000 | 0 | 1001011 | 10110 | 1111100 | 1000011 | 101111 |
Color Harmonies of #28C732
Complementary color
Monochromatic Colors of #28C732
Black with #28C732
Text Example
Text Example
White with #28C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C732; }
p { color: rgb(40,199,50); }
H1.HeaderClassName
{
color: #28C732;
}
.AnyTagClassName
{
color: #28C732;
}
</style>
background-color css
<style>
a { background-color: #28C732; }
a { background-color: rgb(40,199,50); }
div.DivClassName
{
background-color: #28C732;
}
.BgClassName
{
background-color: #28C732;
}
</style>
border-color css
<style>
span { border-color: #28C732; }
span { border-color: rgb(40,199,50); }
td.TdClassName
{
border-color: #28C732;
}
.TagClassName
{
border-color: #28C732;
}
</style>