Shades of Lime Green #28AB36
Tints of Lime Green #28AB36
RGB
CMYK
RGB Variations
Color information
#28AB36 (or 0x28AB36) is known color: Lime Green. HEX triplet: 28, AB and 36. RGB value is (40,171,54). Sum of RGB (Red+Green+Blue) = 40+171+54=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 171 (67.19% from 255 or 64.53% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB36 is #D754C9. Grayscale: #767676. Windows color (decimal): -14111946 or 3582760. OLE color: 3582760.
HSL color Cylindrical-coordinate representation of color #28AB36: hue angle of 126.41º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AB36 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 54 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.33 |
| HSL | 126.41º | 0.62% | 0.41% | - |
| HSV(B) | 126.41º | 0.77% | 0.67% | - |
| XYZ | 16.1 | 29.84 | 8.4 | - |
| YUV | 118.49 | 91.6 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 54 | 0.77 | 0 | 0.68 | 0.33 | 126.41 | 0.62 | 0.41 |
| Hex | 28 | AB | 36 | 4D | 0 | 44 | 21 | 7E | 3E | 29 |
| Octal | 50 | 253 | 66 | 115 | 0 | 104 | 41 | 176 | 76 | 51 |
| Binary | 101000 | 10101011 | 110110 | 1001101 | 0 | 1000100 | 100001 | 1111110 | 111110 | 101001 |
Color Harmonies of #28AB36
Complementary color
Monochromatic Colors of #28AB36
Black with #28AB36
Text Example
Text Example
White with #28AB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB36; }
p { color: rgb(40,171,54); }
H1.HeaderClassName
{
color: #28AB36;
}
.AnyTagClassName
{
color: #28AB36;
}
</style>
background-color css
<style>
a { background-color: #28AB36; }
a { background-color: rgb(40,171,54); }
div.DivClassName
{
background-color: #28AB36;
}
.BgClassName
{
background-color: #28AB36;
}
</style>
border-color css
<style>
span { border-color: #28AB36; }
span { border-color: rgb(40,171,54); }
td.TdClassName
{
border-color: #28AB36;
}
.TagClassName
{
border-color: #28AB36;
}
</style>