Shades of Lime Green #28DF45
Tints of Lime Green #28DF45
RGB
CMYK
RGB Variations
Color information
#28DF45 (or 0x28DF45) is known color: Lime Green. HEX triplet: 28, DF and 45. RGB value is (40,223,69). Sum of RGB (Red+Green+Blue) = 40+223+69=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 223 (87.5% from 255 or 67.17% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DF45 is #D720BA. Grayscale: #979797. Windows color (decimal): -14098619 or 4579112. OLE color: 4579112.
HSL color Cylindrical-coordinate representation of color #28DF45: hue angle of 129.51º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DF45 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 69 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.13 |
| HSL | 129.51º | 0.74% | 0.52% | - |
| HSV(B) | 129.51º | 0.82% | 0.87% | - |
| XYZ | 28.34 | 53.66 | 14.49 | - |
| YUV | 150.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 69 | 0.82 | 0 | 0.69 | 0.13 | 129.51 | 0.74 | 0.52 |
| Hex | 28 | DF | 45 | 52 | 0 | 45 | D | 82 | 4A | 34 |
| Octal | 50 | 337 | 105 | 122 | 0 | 105 | 15 | 202 | 112 | 64 |
| Binary | 101000 | 11011111 | 1000101 | 1010010 | 0 | 1000101 | 1101 | 10000010 | 1001010 | 110100 |
Color Harmonies of #28DF45
Complementary color
Monochromatic Colors of #28DF45
Black with #28DF45
Text Example
Text Example
White with #28DF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF45; }
p { color: rgb(40,223,69); }
H1.HeaderClassName
{
color: #28DF45;
}
.AnyTagClassName
{
color: #28DF45;
}
</style>
background-color css
<style>
a { background-color: #28DF45; }
a { background-color: rgb(40,223,69); }
div.DivClassName
{
background-color: #28DF45;
}
.BgClassName
{
background-color: #28DF45;
}
</style>
border-color css
<style>
span { border-color: #28DF45; }
span { border-color: rgb(40,223,69); }
td.TdClassName
{
border-color: #28DF45;
}
.TagClassName
{
border-color: #28DF45;
}
</style>