Shades of Lime Green #28B647
Tints of Lime Green #28B647
RGB
CMYK
RGB Variations
Color information
#28B647 (or 0x28B647) is known color: Lime Green. HEX triplet: 28, B6 and 47. RGB value is (40,182,71). Sum of RGB (Red+Green+Blue) = 40+182+71=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 182 (71.48% from 255 or 62.12% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 182 - color contains mainly: green. Hex color #28B647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B647 is #D749B8. Grayscale: #7F7F7F. Windows color (decimal): -14109113 or 4699688. OLE color: 4699688.
HSL color Cylindrical-coordinate representation of color #28B647: hue angle of 133.1º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B647 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 182 | 71 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.29 |
| HSL | 133.1º | 0.64% | 0.44% | - |
| HSV(B) | 133.1º | 0.78% | 0.71% | - |
| XYZ | 18.74 | 34.36 | 11.61 | - |
| YUV | 126.89 | 96.46 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 182 | 71 | 0.78 | 0 | 0.61 | 0.29 | 133.1 | 0.64 | 0.44 |
| Hex | 28 | B6 | 47 | 4E | 0 | 3D | 1D | 85 | 40 | 2C |
| Octal | 50 | 266 | 107 | 116 | 0 | 75 | 35 | 205 | 100 | 54 |
| Binary | 101000 | 10110110 | 1000111 | 1001110 | 0 | 111101 | 11101 | 10000101 | 1000000 | 101100 |
Color Harmonies of #28B647
Complementary color
Monochromatic Colors of #28B647
Black with #28B647
Text Example
Text Example
White with #28B647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B647; }
p { color: rgb(40,182,71); }
H1.HeaderClassName
{
color: #28B647;
}
.AnyTagClassName
{
color: #28B647;
}
</style>
background-color css
<style>
a { background-color: #28B647; }
a { background-color: rgb(40,182,71); }
div.DivClassName
{
background-color: #28B647;
}
.BgClassName
{
background-color: #28B647;
}
</style>
border-color css
<style>
span { border-color: #28B647; }
span { border-color: rgb(40,182,71); }
td.TdClassName
{
border-color: #28B647;
}
.TagClassName
{
border-color: #28B647;
}
</style>