Shades of Lime Green #28B022
Tints of Lime Green #28B022
RGB
CMYK
RGB Variations
Color information
#28B022 (or 0x28B022) is known color: Lime Green. HEX triplet: 28, B0 and 22. RGB value is (40,176,34). Sum of RGB (Red+Green+Blue) = 40+176+34=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 176 (69.14% from 255 or 70.4% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 176 - color contains mainly: green. Hex color #28B022 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B022 is #D74FDD. Grayscale: #777777. Windows color (decimal): -14110686 or 2273320. OLE color: 2273320.
HSL color Cylindrical-coordinate representation of color #28B022: hue angle of 117.46º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28B022 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 34 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.31 |
| HSL | 117.46º | 0.68% | 0.41% | - |
| HSV(B) | 117.46º | 0.81% | 0.69% | - |
| XYZ | 16.69 | 31.62 | 6.74 | - |
| YUV | 119.15 | 79.94 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 34 | 0.77 | 0 | 0.81 | 0.31 | 117.46 | 0.68 | 0.41 |
| Hex | 28 | B0 | 22 | 4D | 0 | 51 | 1F | 75 | 44 | 29 |
| Octal | 50 | 260 | 42 | 115 | 0 | 121 | 37 | 165 | 104 | 51 |
| Binary | 101000 | 10110000 | 100010 | 1001101 | 0 | 1010001 | 11111 | 1110101 | 1000100 | 101001 |
Color Harmonies of #28B022
Complementary color
Monochromatic Colors of #28B022
Black with #28B022
Text Example
Text Example
White with #28B022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B022; }
p { color: rgb(40,176,34); }
H1.HeaderClassName
{
color: #28B022;
}
.AnyTagClassName
{
color: #28B022;
}
</style>
background-color css
<style>
a { background-color: #28B022; }
a { background-color: rgb(40,176,34); }
div.DivClassName
{
background-color: #28B022;
}
.BgClassName
{
background-color: #28B022;
}
</style>
border-color css
<style>
span { border-color: #28B022; }
span { border-color: rgb(40,176,34); }
td.TdClassName
{
border-color: #28B022;
}
.TagClassName
{
border-color: #28B022;
}
</style>