Shades of Lime Green #28AC2E
Tints of Lime Green #28AC2E
RGB
CMYK
RGB Variations
Color information
#28AC2E (or 0x28AC2E) is known color: Lime Green. HEX triplet: 28, AC and 2E. RGB value is (40,172,46). Sum of RGB (Red+Green+Blue) = 40+172+46=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 172 (67.58% from 255 or 66.67% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC2E is #D753D1. Grayscale: #767676. Windows color (decimal): -14111698 or 3058728. OLE color: 3058728.
HSL color Cylindrical-coordinate representation of color #28AC2E: hue angle of 122.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC2E is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 46 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.33 |
| HSL | 122.73º | 0.62% | 0.42% | - |
| HSV(B) | 122.73º | 0.77% | 0.67% | - |
| XYZ | 16.12 | 30.15 | 7.56 | - |
| YUV | 118.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 46 | 0.77 | 0 | 0.73 | 0.33 | 122.73 | 0.62 | 0.42 |
| Hex | 28 | AC | 2E | 4D | 0 | 49 | 21 | 7B | 3E | 2A |
| Octal | 50 | 254 | 56 | 115 | 0 | 111 | 41 | 173 | 76 | 52 |
| Binary | 101000 | 10101100 | 101110 | 1001101 | 0 | 1001001 | 100001 | 1111011 | 111110 | 101010 |
Color Harmonies of #28AC2E
Complementary color
Monochromatic Colors of #28AC2E
Black with #28AC2E
Text Example
Text Example
White with #28AC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC2E; }
p { color: rgb(40,172,46); }
H1.HeaderClassName
{
color: #28AC2E;
}
.AnyTagClassName
{
color: #28AC2E;
}
</style>
background-color css
<style>
a { background-color: #28AC2E; }
a { background-color: rgb(40,172,46); }
div.DivClassName
{
background-color: #28AC2E;
}
.BgClassName
{
background-color: #28AC2E;
}
</style>
border-color css
<style>
span { border-color: #28AC2E; }
span { border-color: rgb(40,172,46); }
td.TdClassName
{
border-color: #28AC2E;
}
.TagClassName
{
border-color: #28AC2E;
}
</style>