Shades of Lime Green #28AC30
Tints of Lime Green #28AC30
RGB
CMYK
RGB Variations
Color information
#28AC30 (or 0x28AC30) is known color: Lime Green. HEX triplet: 28, AC and 30. RGB value is (40,172,48). Sum of RGB (Red+Green+Blue) = 40+172+48=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC30 is #D753CF. Grayscale: #767676. Windows color (decimal): -14111696 or 3189800. OLE color: 3189800.
HSL color Cylindrical-coordinate representation of color #28AC30: hue angle of 123.64º 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 #28AC30 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 48 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.33 |
| HSL | 123.64º | 0.62% | 0.42% | - |
| HSV(B) | 123.64º | 0.77% | 0.67% | - |
| XYZ | 16.16 | 30.17 | 7.77 | - |
| YUV | 118.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 48 | 0.77 | 0 | 0.72 | 0.33 | 123.64 | 0.62 | 0.42 |
| Hex | 28 | AC | 30 | 4D | 0 | 48 | 21 | 7C | 3E | 2A |
| Octal | 50 | 254 | 60 | 115 | 0 | 110 | 41 | 174 | 76 | 52 |
| Binary | 101000 | 10101100 | 110000 | 1001101 | 0 | 1001000 | 100001 | 1111100 | 111110 | 101010 |
Color Harmonies of #28AC30
Complementary color
Monochromatic Colors of #28AC30
Black with #28AC30
Text Example
Text Example
White with #28AC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC30; }
p { color: rgb(40,172,48); }
H1.HeaderClassName
{
color: #28AC30;
}
.AnyTagClassName
{
color: #28AC30;
}
</style>
background-color css
<style>
a { background-color: #28AC30; }
a { background-color: rgb(40,172,48); }
div.DivClassName
{
background-color: #28AC30;
}
.BgClassName
{
background-color: #28AC30;
}
</style>
border-color css
<style>
span { border-color: #28AC30; }
span { border-color: rgb(40,172,48); }
td.TdClassName
{
border-color: #28AC30;
}
.TagClassName
{
border-color: #28AC30;
}
</style>