Shades of Lime Green #28DA33
Tints of Lime Green #28DA33
RGB
CMYK
RGB Variations
Color information
#28DA33 (or 0x28DA33) is known color: Lime Green. HEX triplet: 28, DA and 33. RGB value is (40,218,51). Sum of RGB (Red+Green+Blue) = 40+218+51=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 218 (85.55% from 255 or 70.55% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DA33 is #D725CC. Grayscale: #929292. Windows color (decimal): -14099917 or 3398184. OLE color: 3398184.
HSL color Cylindrical-coordinate representation of color #28DA33: hue angle of 123.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DA33 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 51 | - |
| CMYK | 0.82 | 0 | 0.77 | 0.15 |
| HSL | 123.71º | 0.71% | 0.51% | - |
| HSV(B) | 123.71º | 0.82% | 0.85% | - |
| XYZ | 26.54 | 50.83 | 11.54 | - |
| YUV | 145.74 | 74.53 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 51 | 0.82 | 0 | 0.77 | 0.15 | 123.71 | 0.71 | 0.51 |
| Hex | 28 | DA | 33 | 52 | 0 | 4D | F | 7C | 47 | 33 |
| Octal | 50 | 332 | 63 | 122 | 0 | 115 | 17 | 174 | 107 | 63 |
| Binary | 101000 | 11011010 | 110011 | 1010010 | 0 | 1001101 | 1111 | 1111100 | 1000111 | 110011 |
Color Harmonies of #28DA33
Complementary color
Monochromatic Colors of #28DA33
Black with #28DA33
Text Example
Text Example
White with #28DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA33; }
p { color: rgb(40,218,51); }
H1.HeaderClassName
{
color: #28DA33;
}
.AnyTagClassName
{
color: #28DA33;
}
</style>
background-color css
<style>
a { background-color: #28DA33; }
a { background-color: rgb(40,218,51); }
div.DivClassName
{
background-color: #28DA33;
}
.BgClassName
{
background-color: #28DA33;
}
</style>
border-color css
<style>
span { border-color: #28DA33; }
span { border-color: rgb(40,218,51); }
td.TdClassName
{
border-color: #28DA33;
}
.TagClassName
{
border-color: #28DA33;
}
</style>