Shades of Lime Green #28C620
Tints of Lime Green #28C620
RGB
CMYK
RGB Variations
Color information
#28C620 (or 0x28C620) is known color: Lime Green. HEX triplet: 28, C6 and 20. RGB value is (40,198,32). Sum of RGB (Red+Green+Blue) = 40+198+32=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 198 (77.73% from 255 or 73.33% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 198 - color contains mainly: green. Hex color #28C620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C620 is #D739DF. Grayscale: #848484. Windows color (decimal): -14105056 or 2147880. OLE color: 2147880.
HSL color Cylindrical-coordinate representation of color #28C620: hue angle of 117.11º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28C620 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 198 | 32 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.22 |
| HSL | 117.11º | 0.72% | 0.45% | - |
| HSV(B) | 117.11º | 0.84% | 0.78% | - |
| XYZ | 21.33 | 40.94 | 8.15 | - |
| YUV | 131.83 | 71.65 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 198 | 32 | 0.80 | 0 | 0.84 | 0.22 | 117.11 | 0.72 | 0.45 |
| Hex | 28 | C6 | 20 | 50 | 0 | 54 | 16 | 75 | 48 | 2D |
| Octal | 50 | 306 | 40 | 120 | 0 | 124 | 26 | 165 | 110 | 55 |
| Binary | 101000 | 11000110 | 100000 | 1010000 | 0 | 1010100 | 10110 | 1110101 | 1001000 | 101101 |
Color Harmonies of #28C620
Complementary color
Monochromatic Colors of #28C620
Black with #28C620
Text Example
Text Example
White with #28C620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C620; }
p { color: rgb(40,198,32); }
H1.HeaderClassName
{
color: #28C620;
}
.AnyTagClassName
{
color: #28C620;
}
</style>
background-color css
<style>
a { background-color: #28C620; }
a { background-color: rgb(40,198,32); }
div.DivClassName
{
background-color: #28C620;
}
.BgClassName
{
background-color: #28C620;
}
</style>
border-color css
<style>
span { border-color: #28C620; }
span { border-color: rgb(40,198,32); }
td.TdClassName
{
border-color: #28C620;
}
.TagClassName
{
border-color: #28C620;
}
</style>