Shades of Lime Green #28AD2B
Tints of Lime Green #28AD2B
RGB
CMYK
RGB Variations
Color information
#28AD2B (or 0x28AD2B) is known color: Lime Green. HEX triplet: 28, AD and 2B. RGB value is (40,173,43). Sum of RGB (Red+Green+Blue) = 40+173+43=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #28AD2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AD2B is #D752D4. Grayscale: #767676. Windows color (decimal): -14111445 or 2862376. OLE color: 2862376.
HSL color Cylindrical-coordinate representation of color #28AD2B: hue angle of 121.35º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AD2B is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 173 | 43 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.32 |
| HSL | 121.35º | 0.62% | 0.42% | - |
| HSV(B) | 121.35º | 0.77% | 0.68% | - |
| XYZ | 16.25 | 30.51 | 7.32 | - |
| YUV | 118.41 | 85.44 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 173 | 43 | 0.77 | 0 | 0.75 | 0.32 | 121.35 | 0.62 | 0.42 |
| Hex | 28 | AD | 2B | 4D | 0 | 4B | 20 | 79 | 3E | 2A |
| Octal | 50 | 255 | 53 | 115 | 0 | 113 | 40 | 171 | 76 | 52 |
| Binary | 101000 | 10101101 | 101011 | 1001101 | 0 | 1001011 | 100000 | 1111001 | 111110 | 101010 |
Color Harmonies of #28AD2B
Complementary color
Monochromatic Colors of #28AD2B
Black with #28AD2B
Text Example
Text Example
White with #28AD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AD2B; }
p { color: rgb(40,173,43); }
H1.HeaderClassName
{
color: #28AD2B;
}
.AnyTagClassName
{
color: #28AD2B;
}
</style>
background-color css
<style>
a { background-color: #28AD2B; }
a { background-color: rgb(40,173,43); }
div.DivClassName
{
background-color: #28AD2B;
}
.BgClassName
{
background-color: #28AD2B;
}
</style>
border-color css
<style>
span { border-color: #28AD2B; }
span { border-color: rgb(40,173,43); }
td.TdClassName
{
border-color: #28AD2B;
}
.TagClassName
{
border-color: #28AD2B;
}
</style>