Shades of Lime Green #28AC33
Tints of Lime Green #28AC33
RGB
CMYK
RGB Variations
Color information
#28AC33 (or 0x28AC33) is known color: Lime Green. HEX triplet: 28, AC and 33. RGB value is (40,172,51). Sum of RGB (Red+Green+Blue) = 40+172+51=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 172 (67.58% from 255 or 65.40% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC33 is #D753CC. Grayscale: #777777. Windows color (decimal): -14111693 or 3386408. OLE color: 3386408.
HSL color Cylindrical-coordinate representation of color #28AC33: hue angle of 125º 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 #28AC33 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 51 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.33 |
| HSL | 125º | 0.62% | 0.42% | - |
| HSV(B) | 125º | 0.77% | 0.67% | - |
| XYZ | 16.23 | 30.2 | 8.11 | - |
| YUV | 118.74 | 89.77 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 51 | 0.77 | 0 | 0.70 | 0.33 | 125 | 0.62 | 0.42 |
| Hex | 28 | AC | 33 | 4D | 0 | 46 | 21 | 7D | 3E | 2A |
| Octal | 50 | 254 | 63 | 115 | 0 | 106 | 41 | 175 | 76 | 52 |
| Binary | 101000 | 10101100 | 110011 | 1001101 | 0 | 1000110 | 100001 | 1111101 | 111110 | 101010 |
Color Harmonies of #28AC33
Complementary color
Monochromatic Colors of #28AC33
Black with #28AC33
Text Example
Text Example
White with #28AC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC33; }
p { color: rgb(40,172,51); }
H1.HeaderClassName
{
color: #28AC33;
}
.AnyTagClassName
{
color: #28AC33;
}
</style>
background-color css
<style>
a { background-color: #28AC33; }
a { background-color: rgb(40,172,51); }
div.DivClassName
{
background-color: #28AC33;
}
.BgClassName
{
background-color: #28AC33;
}
</style>
border-color css
<style>
span { border-color: #28AC33; }
span { border-color: rgb(40,172,51); }
td.TdClassName
{
border-color: #28AC33;
}
.TagClassName
{
border-color: #28AC33;
}
</style>