Shades of Lime Green #28AB34
Tints of Lime Green #28AB34
RGB
CMYK
RGB Variations
Color information
#28AB34 (or 0x28AB34) is known color: Lime Green. HEX triplet: 28, AB and 34. RGB value is (40,171,52). Sum of RGB (Red+Green+Blue) = 40+171+52=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #28AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AB34 is #D754CB. Grayscale: #767676. Windows color (decimal): -14111948 or 3451688. OLE color: 3451688.
HSL color Cylindrical-coordinate representation of color #28AB34: hue angle of 125.5º 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 #28AB34 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 171 | 52 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.33 |
| HSL | 125.5º | 0.62% | 0.41% | - |
| HSV(B) | 125.5º | 0.77% | 0.67% | - |
| XYZ | 16.06 | 29.82 | 8.16 | - |
| YUV | 118.27 | 90.6 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 171 | 52 | 0.77 | 0 | 0.70 | 0.33 | 125.5 | 0.62 | 0.41 |
| Hex | 28 | AB | 34 | 4D | 0 | 46 | 21 | 7D | 3E | 29 |
| Octal | 50 | 253 | 64 | 115 | 0 | 106 | 41 | 175 | 76 | 51 |
| Binary | 101000 | 10101011 | 110100 | 1001101 | 0 | 1000110 | 100001 | 1111101 | 111110 | 101001 |
Color Harmonies of #28AB34
Complementary color
Monochromatic Colors of #28AB34
Black with #28AB34
Text Example
Text Example
White with #28AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AB34; }
p { color: rgb(40,171,52); }
H1.HeaderClassName
{
color: #28AB34;
}
.AnyTagClassName
{
color: #28AB34;
}
</style>
background-color css
<style>
a { background-color: #28AB34; }
a { background-color: rgb(40,171,52); }
div.DivClassName
{
background-color: #28AB34;
}
.BgClassName
{
background-color: #28AB34;
}
</style>
border-color css
<style>
span { border-color: #28AB34; }
span { border-color: rgb(40,171,52); }
td.TdClassName
{
border-color: #28AB34;
}
.TagClassName
{
border-color: #28AB34;
}
</style>