Shades of Lime Green #28B138
Tints of Lime Green #28B138
RGB
CMYK
RGB Variations
Color information
#28B138 (or 0x28B138) is known color: Lime Green. HEX triplet: 28, B1 and 38. RGB value is (40,177,56). Sum of RGB (Red+Green+Blue) = 40+177+56=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 177 (69.53% from 255 or 64.84% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 177 - color contains mainly: green. Hex color #28B138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B138 is #D74EC7. Grayscale: #7A7A7A. Windows color (decimal): -14110408 or 3715368. OLE color: 3715368.
HSL color Cylindrical-coordinate representation of color #28B138: hue angle of 127.01º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B138 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 56 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.31 |
| HSL | 127.01º | 0.63% | 0.43% | - |
| HSV(B) | 127.01º | 0.77% | 0.69% | - |
| XYZ | 17.31 | 32.18 | 9.04 | - |
| YUV | 122.24 | 90.61 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 56 | 0.77 | 0 | 0.68 | 0.31 | 127.01 | 0.63 | 0.43 |
| Hex | 28 | B1 | 38 | 4D | 0 | 44 | 1F | 7F | 3F | 2B |
| Octal | 50 | 261 | 70 | 115 | 0 | 104 | 37 | 177 | 77 | 53 |
| Binary | 101000 | 10110001 | 111000 | 1001101 | 0 | 1000100 | 11111 | 1111111 | 111111 | 101011 |
Color Harmonies of #28B138
Complementary color
Monochromatic Colors of #28B138
Black with #28B138
Text Example
Text Example
White with #28B138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B138; }
p { color: rgb(40,177,56); }
H1.HeaderClassName
{
color: #28B138;
}
.AnyTagClassName
{
color: #28B138;
}
</style>
background-color css
<style>
a { background-color: #28B138; }
a { background-color: rgb(40,177,56); }
div.DivClassName
{
background-color: #28B138;
}
.BgClassName
{
background-color: #28B138;
}
</style>
border-color css
<style>
span { border-color: #28B138; }
span { border-color: rgb(40,177,56); }
td.TdClassName
{
border-color: #28B138;
}
.TagClassName
{
border-color: #28B138;
}
</style>