Shades of Lime Green #28C522
Tints of Lime Green #28C522
RGB
CMYK
RGB Variations
Color information
#28C522 (or 0x28C522) is known color: Lime Green. HEX triplet: 28, C5 and 22. RGB value is (40,197,34). Sum of RGB (Red+Green+Blue) = 40+197+34=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #28C522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C522 is #D73ADD. Grayscale: #838383. Windows color (decimal): -14105310 or 2278696. OLE color: 2278696.
HSL color Cylindrical-coordinate representation of color #28C522: hue angle of 117.79º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28C522 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 34 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.23 |
| HSL | 117.79º | 0.71% | 0.45% | - |
| HSV(B) | 117.79º | 0.83% | 0.77% | - |
| XYZ | 21.13 | 40.5 | 8.22 | - |
| YUV | 131.48 | 72.99 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 34 | 0.80 | 0 | 0.83 | 0.23 | 117.79 | 0.71 | 0.45 |
| Hex | 28 | C5 | 22 | 50 | 0 | 53 | 17 | 76 | 47 | 2D |
| Octal | 50 | 305 | 42 | 120 | 0 | 123 | 27 | 166 | 107 | 55 |
| Binary | 101000 | 11000101 | 100010 | 1010000 | 0 | 1010011 | 10111 | 1110110 | 1000111 | 101101 |
Color Harmonies of #28C522
Complementary color
Monochromatic Colors of #28C522
Black with #28C522
Text Example
Text Example
White with #28C522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C522; }
p { color: rgb(40,197,34); }
H1.HeaderClassName
{
color: #28C522;
}
.AnyTagClassName
{
color: #28C522;
}
</style>
background-color css
<style>
a { background-color: #28C522; }
a { background-color: rgb(40,197,34); }
div.DivClassName
{
background-color: #28C522;
}
.BgClassName
{
background-color: #28C522;
}
</style>
border-color css
<style>
span { border-color: #28C522; }
span { border-color: rgb(40,197,34); }
td.TdClassName
{
border-color: #28C522;
}
.TagClassName
{
border-color: #28C522;
}
</style>