Shades of Lime Green #28DD30
Tints of Lime Green #28DD30
RGB
CMYK
RGB Variations
Color information
#28DD30 (or 0x28DD30) is known color: Lime Green. HEX triplet: 28, DD and 30. RGB value is (40,221,48). Sum of RGB (Red+Green+Blue) = 40+221+48=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 221 (86.72% from 255 or 71.52% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 221 - color contains mainly: green. Hex color #28DD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DD30 is #D722CF. Grayscale: #939393. Windows color (decimal): -14099152 or 3202344. OLE color: 3202344.
HSL color Cylindrical-coordinate representation of color #28DD30: hue angle of 122.65º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DD30 is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 221 | 48 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.13 |
| HSL | 122.65º | 0.73% | 0.51% | - |
| HSV(B) | 122.65º | 0.82% | 0.87% | - |
| XYZ | 27.27 | 52.38 | 11.47 | - |
| YUV | 147.16 | 72.03 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 221 | 48 | 0.82 | 0 | 0.78 | 0.13 | 122.65 | 0.73 | 0.51 |
| Hex | 28 | DD | 30 | 52 | 0 | 4E | D | 7B | 49 | 33 |
| Octal | 50 | 335 | 60 | 122 | 0 | 116 | 15 | 173 | 111 | 63 |
| Binary | 101000 | 11011101 | 110000 | 1010010 | 0 | 1001110 | 1101 | 1111011 | 1001001 | 110011 |
Color Harmonies of #28DD30
Complementary color
Monochromatic Colors of #28DD30
Black with #28DD30
Text Example
Text Example
White with #28DD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DD30; }
p { color: rgb(40,221,48); }
H1.HeaderClassName
{
color: #28DD30;
}
.AnyTagClassName
{
color: #28DD30;
}
</style>
background-color css
<style>
a { background-color: #28DD30; }
a { background-color: rgb(40,221,48); }
div.DivClassName
{
background-color: #28DD30;
}
.BgClassName
{
background-color: #28DD30;
}
</style>
border-color css
<style>
span { border-color: #28DD30; }
span { border-color: rgb(40,221,48); }
td.TdClassName
{
border-color: #28DD30;
}
.TagClassName
{
border-color: #28DD30;
}
</style>