Shades of Lime Green #28D830
Tints of Lime Green #28D830
RGB
CMYK
RGB Variations
Color information
#28D830 (or 0x28D830) is known color: Lime Green. HEX triplet: 28, D8 and 30. RGB value is (40,216,48). Sum of RGB (Red+Green+Blue) = 40+216+48=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #28D830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D830 is #D727CF. Grayscale: #909090. Windows color (decimal): -14100432 or 3201064. OLE color: 3201064.
HSL color Cylindrical-coordinate representation of color #28D830: hue angle of 122.73º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D830 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 216 | 48 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.15 |
| HSL | 122.73º | 0.69% | 0.5% | - |
| HSV(B) | 122.73º | 0.81% | 0.85% | - |
| XYZ | 25.96 | 49.78 | 11.04 | - |
| YUV | 144.22 | 73.69 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 216 | 48 | 0.81 | 0 | 0.78 | 0.15 | 122.73 | 0.69 | 0.5 |
| Hex | 28 | D8 | 30 | 51 | 0 | 4E | F | 7B | 45 | 32 |
| Octal | 50 | 330 | 60 | 121 | 0 | 116 | 17 | 173 | 105 | 62 |
| Binary | 101000 | 11011000 | 110000 | 1010001 | 0 | 1001110 | 1111 | 1111011 | 1000101 | 110010 |
Color Harmonies of #28D830
Complementary color
Monochromatic Colors of #28D830
Black with #28D830
Text Example
Text Example
White with #28D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D830; }
p { color: rgb(40,216,48); }
H1.HeaderClassName
{
color: #28D830;
}
.AnyTagClassName
{
color: #28D830;
}
</style>
background-color css
<style>
a { background-color: #28D830; }
a { background-color: rgb(40,216,48); }
div.DivClassName
{
background-color: #28D830;
}
.BgClassName
{
background-color: #28D830;
}
</style>
border-color css
<style>
span { border-color: #28D830; }
span { border-color: rgb(40,216,48); }
td.TdClassName
{
border-color: #28D830;
}
.TagClassName
{
border-color: #28D830;
}
</style>