Shades of Lime Green #28B031
Tints of Lime Green #28B031
RGB
CMYK
RGB Variations
Color information
#28B031 (or 0x28B031) is known color: Lime Green. HEX triplet: 28, B0 and 31. RGB value is (40,176,49). Sum of RGB (Red+Green+Blue) = 40+176+49=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 176 (69.14% from 255 or 66.42% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 176 - color contains mainly: green. Hex color #28B031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B031 is #D74FCE. Grayscale: #797979. Windows color (decimal): -14110671 or 3256360. OLE color: 3256360.
HSL color Cylindrical-coordinate representation of color #28B031: hue angle of 123.97º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B031 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 49 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.31 |
| HSL | 123.97º | 0.63% | 0.42% | - |
| HSV(B) | 123.97º | 0.77% | 0.69% | - |
| XYZ | 16.95 | 31.72 | 8.14 | - |
| YUV | 120.86 | 87.44 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 49 | 0.77 | 0 | 0.72 | 0.31 | 123.97 | 0.63 | 0.42 |
| Hex | 28 | B0 | 31 | 4D | 0 | 48 | 1F | 7C | 3F | 2A |
| Octal | 50 | 260 | 61 | 115 | 0 | 110 | 37 | 174 | 77 | 52 |
| Binary | 101000 | 10110000 | 110001 | 1001101 | 0 | 1001000 | 11111 | 1111100 | 111111 | 101010 |
Color Harmonies of #28B031
Complementary color
Monochromatic Colors of #28B031
Black with #28B031
Text Example
Text Example
White with #28B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B031; }
p { color: rgb(40,176,49); }
H1.HeaderClassName
{
color: #28B031;
}
.AnyTagClassName
{
color: #28B031;
}
</style>
background-color css
<style>
a { background-color: #28B031; }
a { background-color: rgb(40,176,49); }
div.DivClassName
{
background-color: #28B031;
}
.BgClassName
{
background-color: #28B031;
}
</style>
border-color css
<style>
span { border-color: #28B031; }
span { border-color: rgb(40,176,49); }
td.TdClassName
{
border-color: #28B031;
}
.TagClassName
{
border-color: #28B031;
}
</style>