Shades of Lime Green #28AC36
Tints of Lime Green #28AC36
RGB
CMYK
RGB Variations
Color information
#28AC36 (or 0x28AC36) is known color: Lime Green. HEX triplet: 28, AC and 36. RGB value is (40,172,54). Sum of RGB (Red+Green+Blue) = 40+172+54=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 172 (67.58% from 255 or 64.66% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AC36 is #D753C9. Grayscale: #777777. Windows color (decimal): -14111690 or 3583016. OLE color: 3583016.
HSL color Cylindrical-coordinate representation of color #28AC36: hue angle of 126.36º 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 #28AC36 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 54 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.33 |
| HSL | 126.36º | 0.62% | 0.42% | - |
| HSV(B) | 126.36º | 0.77% | 0.67% | - |
| XYZ | 16.29 | 30.22 | 8.46 | - |
| YUV | 119.08 | 91.27 | 71.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 54 | 0.77 | 0 | 0.69 | 0.33 | 126.36 | 0.62 | 0.42 |
| Hex | 28 | AC | 36 | 4D | 0 | 45 | 21 | 7E | 3E | 2A |
| Octal | 50 | 254 | 66 | 115 | 0 | 105 | 41 | 176 | 76 | 52 |
| Binary | 101000 | 10101100 | 110110 | 1001101 | 0 | 1000101 | 100001 | 1111110 | 111110 | 101010 |
Color Harmonies of #28AC36
Complementary color
Monochromatic Colors of #28AC36
Black with #28AC36
Text Example
Text Example
White with #28AC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC36; }
p { color: rgb(40,172,54); }
H1.HeaderClassName
{
color: #28AC36;
}
.AnyTagClassName
{
color: #28AC36;
}
</style>
background-color css
<style>
a { background-color: #28AC36; }
a { background-color: rgb(40,172,54); }
div.DivClassName
{
background-color: #28AC36;
}
.BgClassName
{
background-color: #28AC36;
}
</style>
border-color css
<style>
span { border-color: #28AC36; }
span { border-color: rgb(40,172,54); }
td.TdClassName
{
border-color: #28AC36;
}
.TagClassName
{
border-color: #28AC36;
}
</style>