Shades of Lime Green #28B730
Tints of Lime Green #28B730
RGB
CMYK
RGB Variations
Color information
#28B730 (or 0x28B730) is known color: Lime Green. HEX triplet: 28, B7 and 30. RGB value is (40,183,48). Sum of RGB (Red+Green+Blue) = 40+183+48=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 183 (71.88% from 255 or 67.53% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 183 - color contains mainly: green. Hex color #28B730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B730 is #D748CF. Grayscale: #7D7D7D. Windows color (decimal): -14108880 or 3192616. OLE color: 3192616.
HSL color Cylindrical-coordinate representation of color #28B730: hue angle of 123.36º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B730 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 40 | 183 | 48 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.28 |
| HSL | 123.36º | 0.64% | 0.44% | - |
| HSV(B) | 123.36º | 0.78% | 0.72% | - |
| XYZ | 18.34 | 34.53 | 8.49 | - |
| YUV | 124.85 | 84.62 | 67.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 183 | 48 | 0.78 | 0 | 0.74 | 0.28 | 123.36 | 0.64 | 0.44 |
| Hex | 28 | B7 | 30 | 4E | 0 | 4A | 1C | 7B | 40 | 2C |
| Octal | 50 | 267 | 60 | 116 | 0 | 112 | 34 | 173 | 100 | 54 |
| Binary | 101000 | 10110111 | 110000 | 1001110 | 0 | 1001010 | 11100 | 1111011 | 1000000 | 101100 |
Color Harmonies of #28B730
Complementary color
Monochromatic Colors of #28B730
Black with #28B730
Text Example
Text Example
White with #28B730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B730; }
p { color: rgb(40,183,48); }
H1.HeaderClassName
{
color: #28B730;
}
.AnyTagClassName
{
color: #28B730;
}
</style>
background-color css
<style>
a { background-color: #28B730; }
a { background-color: rgb(40,183,48); }
div.DivClassName
{
background-color: #28B730;
}
.BgClassName
{
background-color: #28B730;
}
</style>
border-color css
<style>
span { border-color: #28B730; }
span { border-color: rgb(40,183,48); }
td.TdClassName
{
border-color: #28B730;
}
.TagClassName
{
border-color: #28B730;
}
</style>