Shades of Lime Green #28DA2D
Tints of Lime Green #28DA2D
RGB
CMYK
RGB Variations
Color information
#28DA2D (or 0x28DA2D) is known color: Lime Green. HEX triplet: 28, DA and 2D. RGB value is (40,218,45). Sum of RGB (Red+Green+Blue) = 40+218+45=303 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.20% from 303); Green value is 218 (85.55% from 255 or 71.95% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DA2D is #D725D2. Grayscale: #919191. Windows color (decimal): -14099923 or 3004968. OLE color: 3004968.
HSL color Cylindrical-coordinate representation of color #28DA2D: hue angle of 121.69º 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 #28DA2D is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 45 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.15 |
| HSL | 121.69º | 0.71% | 0.51% | - |
| HSV(B) | 121.69º | 0.82% | 0.85% | - |
| XYZ | 26.42 | 50.78 | 10.89 | - |
| YUV | 145.06 | 71.53 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 45 | 0.82 | 0 | 0.79 | 0.15 | 121.69 | 0.71 | 0.51 |
| Hex | 28 | DA | 2D | 52 | 0 | 4F | F | 7A | 47 | 33 |
| Octal | 50 | 332 | 55 | 122 | 0 | 117 | 17 | 172 | 107 | 63 |
| Binary | 101000 | 11011010 | 101101 | 1010010 | 0 | 1001111 | 1111 | 1111010 | 1000111 | 110011 |
Color Harmonies of #28DA2D
Complementary color
Monochromatic Colors of #28DA2D
Black with #28DA2D
Text Example
Text Example
White with #28DA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA2D; }
p { color: rgb(40,218,45); }
H1.HeaderClassName
{
color: #28DA2D;
}
.AnyTagClassName
{
color: #28DA2D;
}
</style>
background-color css
<style>
a { background-color: #28DA2D; }
a { background-color: rgb(40,218,45); }
div.DivClassName
{
background-color: #28DA2D;
}
.BgClassName
{
background-color: #28DA2D;
}
</style>
border-color css
<style>
span { border-color: #28DA2D; }
span { border-color: rgb(40,218,45); }
td.TdClassName
{
border-color: #28DA2D;
}
.TagClassName
{
border-color: #28DA2D;
}
</style>