Shades of Lime Green #28C724
Tints of Lime Green #28C724
RGB
CMYK
RGB Variations
Color information
#28C724 (or 0x28C724) is known color: Lime Green. HEX triplet: 28, C7 and 24. RGB value is (40,199,36). Sum of RGB (Red+Green+Blue) = 40+199+36=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 199 (78.12% from 255 or 72.36% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 199 - color contains mainly: green. Hex color #28C724 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C724 is #D738DB. Grayscale: #858585. Windows color (decimal): -14104796 or 2410280. OLE color: 2410280.
HSL color Cylindrical-coordinate representation of color #28C724: hue angle of 118.53º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28C724 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 36 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.22 |
| HSL | 118.53º | 0.69% | 0.46% | - |
| HSV(B) | 118.53º | 0.82% | 0.78% | - |
| XYZ | 21.62 | 41.43 | 8.53 | - |
| YUV | 132.88 | 73.32 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 36 | 0.80 | 0 | 0.82 | 0.22 | 118.53 | 0.69 | 0.46 |
| Hex | 28 | C7 | 24 | 50 | 0 | 52 | 16 | 77 | 45 | 2E |
| Octal | 50 | 307 | 44 | 120 | 0 | 122 | 26 | 167 | 105 | 56 |
| Binary | 101000 | 11000111 | 100100 | 1010000 | 0 | 1010010 | 10110 | 1110111 | 1000101 | 101110 |
Color Harmonies of #28C724
Complementary color
Monochromatic Colors of #28C724
Black with #28C724
Text Example
Text Example
White with #28C724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C724; }
p { color: rgb(40,199,36); }
H1.HeaderClassName
{
color: #28C724;
}
.AnyTagClassName
{
color: #28C724;
}
</style>
background-color css
<style>
a { background-color: #28C724; }
a { background-color: rgb(40,199,36); }
div.DivClassName
{
background-color: #28C724;
}
.BgClassName
{
background-color: #28C724;
}
</style>
border-color css
<style>
span { border-color: #28C724; }
span { border-color: rgb(40,199,36); }
td.TdClassName
{
border-color: #28C724;
}
.TagClassName
{
border-color: #28C724;
}
</style>