Shades of Lime Green #28C24D
Tints of Lime Green #28C24D
RGB
CMYK
RGB Variations
Color information
#28C24D (or 0x28C24D) is known color: Lime Green. HEX triplet: 28, C2 and 4D. RGB value is (40,194,77). Sum of RGB (Red+Green+Blue) = 40+194+77=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #28C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C24D is #D73DB2. Grayscale: #868686. Windows color (decimal): -14106035 or 5095976. OLE color: 5095976.
HSL color Cylindrical-coordinate representation of color #28C24D: hue angle of 134.42º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C24D is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 77 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.24 |
| HSL | 134.42º | 0.66% | 0.46% | - |
| HSV(B) | 134.42º | 0.79% | 0.76% | - |
| XYZ | 21.51 | 39.57 | 13.53 | - |
| YUV | 134.62 | 95.48 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 77 | 0.79 | 0 | 0.60 | 0.24 | 134.42 | 0.66 | 0.46 |
| Hex | 28 | C2 | 4D | 4F | 0 | 3C | 18 | 86 | 42 | 2E |
| Octal | 50 | 302 | 115 | 117 | 0 | 74 | 30 | 206 | 102 | 56 |
| Binary | 101000 | 11000010 | 1001101 | 1001111 | 0 | 111100 | 11000 | 10000110 | 1000010 | 101110 |
Color Harmonies of #28C24D
Complementary color
Monochromatic Colors of #28C24D
Black with #28C24D
Text Example
Text Example
White with #28C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C24D; }
p { color: rgb(40,194,77); }
H1.HeaderClassName
{
color: #28C24D;
}
.AnyTagClassName
{
color: #28C24D;
}
</style>
background-color css
<style>
a { background-color: #28C24D; }
a { background-color: rgb(40,194,77); }
div.DivClassName
{
background-color: #28C24D;
}
.BgClassName
{
background-color: #28C24D;
}
</style>
border-color css
<style>
span { border-color: #28C24D; }
span { border-color: rgb(40,194,77); }
td.TdClassName
{
border-color: #28C24D;
}
.TagClassName
{
border-color: #28C24D;
}
</style>