Shades of Lime Green #28C822
Tints of Lime Green #28C822
RGB
CMYK
RGB Variations
Color information
#28C822 (or 0x28C822) is known color: Lime Green. HEX triplet: 28, C8 and 22. RGB value is (40,200,34). Sum of RGB (Red+Green+Blue) = 40+200+34=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 200 (78.52% from 255 or 72.99% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 200 - color contains mainly: green. Hex color #28C822 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C822 is #D737DD. Grayscale: #858585. Windows color (decimal): -14104542 or 2279464. OLE color: 2279464.
HSL color Cylindrical-coordinate representation of color #28C822: hue angle of 117.83º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28C822 is Cyan = 0.8, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 34 | - |
| CMYK | 0.8 | 0 | 0.83 | 0.22 |
| HSL | 117.83º | 0.71% | 0.46% | - |
| HSV(B) | 117.83º | 0.83% | 0.78% | - |
| XYZ | 21.82 | 41.88 | 8.45 | - |
| YUV | 133.24 | 71.99 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 34 | 0.8 | 0 | 0.83 | 0.22 | 117.83 | 0.71 | 0.46 |
| Hex | 28 | C8 | 22 | 50 | 0 | 53 | 16 | 76 | 47 | 2E |
| Octal | 50 | 310 | 42 | 120 | 0 | 123 | 26 | 166 | 107 | 56 |
| Binary | 101000 | 11001000 | 100010 | 1010000 | 0 | 1010011 | 10110 | 1110110 | 1000111 | 101110 |
Color Harmonies of #28C822
Complementary color
Monochromatic Colors of #28C822
Black with #28C822
Text Example
Text Example
White with #28C822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C822; }
p { color: rgb(40,200,34); }
H1.HeaderClassName
{
color: #28C822;
}
.AnyTagClassName
{
color: #28C822;
}
</style>
background-color css
<style>
a { background-color: #28C822; }
a { background-color: rgb(40,200,34); }
div.DivClassName
{
background-color: #28C822;
}
.BgClassName
{
background-color: #28C822;
}
</style>
border-color css
<style>
span { border-color: #28C822; }
span { border-color: rgb(40,200,34); }
td.TdClassName
{
border-color: #28C822;
}
.TagClassName
{
border-color: #28C822;
}
</style>