Shades of Lime Green #28B530
Tints of Lime Green #28B530
RGB
CMYK
RGB Variations
Color information
#28B530 (or 0x28B530) is known color: Lime Green. HEX triplet: 28, B5 and 30. RGB value is (40,181,48). Sum of RGB (Red+Green+Blue) = 40+181+48=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 181 (71.09% from 255 or 67.29% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 181 - color contains mainly: green. Hex color #28B530 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28B530 is #D74ACF. Grayscale: #7C7C7C. Windows color (decimal): -14109392 or 3192104. OLE color: 3192104.
HSL color Cylindrical-coordinate representation of color #28B530: hue angle of 123.4º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28B530 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 181 | 48 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.29 |
| HSL | 123.4º | 0.64% | 0.43% | - |
| HSV(B) | 123.4º | 0.78% | 0.71% | - |
| XYZ | 17.93 | 33.71 | 8.36 | - |
| YUV | 123.68 | 85.29 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 181 | 48 | 0.78 | 0 | 0.73 | 0.29 | 123.4 | 0.64 | 0.43 |
| Hex | 28 | B5 | 30 | 4E | 0 | 49 | 1D | 7B | 40 | 2B |
| Octal | 50 | 265 | 60 | 116 | 0 | 111 | 35 | 173 | 100 | 53 |
| Binary | 101000 | 10110101 | 110000 | 1001110 | 0 | 1001001 | 11101 | 1111011 | 1000000 | 101011 |
Color Harmonies of #28B530
Complementary color
Monochromatic Colors of #28B530
Black with #28B530
Text Example
Text Example
White with #28B530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B530; }
p { color: rgb(40,181,48); }
H1.HeaderClassName
{
color: #28B530;
}
.AnyTagClassName
{
color: #28B530;
}
</style>
background-color css
<style>
a { background-color: #28B530; }
a { background-color: rgb(40,181,48); }
div.DivClassName
{
background-color: #28B530;
}
.BgClassName
{
background-color: #28B530;
}
</style>
border-color css
<style>
span { border-color: #28B530; }
span { border-color: rgb(40,181,48); }
td.TdClassName
{
border-color: #28B530;
}
.TagClassName
{
border-color: #28B530;
}
</style>