Shades of Lime Green #28DF20
Tints of Lime Green #28DF20
RGB
CMYK
RGB Variations
Color information
#28DF20 (or 0x28DF20) is known color: Lime Green. HEX triplet: 28, DF and 20. RGB value is (40,223,32). Sum of RGB (Red+Green+Blue) = 40+223+32=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 223 (87.5% from 255 or 75.59% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DF20 is #D720DF. Grayscale: #939393. Windows color (decimal): -14098656 or 2154280. OLE color: 2154280.
HSL color Cylindrical-coordinate representation of color #28DF20: hue angle of 117.49º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28DF20 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 32 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.13 |
| HSL | 117.49º | 0.75% | 0.5% | - |
| HSV(B) | 117.49º | 0.86% | 0.87% | - |
| XYZ | 27.52 | 53.33 | 10.21 | - |
| YUV | 146.51 | 63.37 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 32 | 0.82 | 0 | 0.86 | 0.13 | 117.49 | 0.75 | 0.5 |
| Hex | 28 | DF | 20 | 52 | 0 | 56 | D | 75 | 4B | 32 |
| Octal | 50 | 337 | 40 | 122 | 0 | 126 | 15 | 165 | 113 | 62 |
| Binary | 101000 | 11011111 | 100000 | 1010010 | 0 | 1010110 | 1101 | 1110101 | 1001011 | 110010 |
Color Harmonies of #28DF20
Complementary color
Monochromatic Colors of #28DF20
Black with #28DF20
Text Example
Text Example
White with #28DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF20; }
p { color: rgb(40,223,32); }
H1.HeaderClassName
{
color: #28DF20;
}
.AnyTagClassName
{
color: #28DF20;
}
</style>
background-color css
<style>
a { background-color: #28DF20; }
a { background-color: rgb(40,223,32); }
div.DivClassName
{
background-color: #28DF20;
}
.BgClassName
{
background-color: #28DF20;
}
</style>
border-color css
<style>
span { border-color: #28DF20; }
span { border-color: rgb(40,223,32); }
td.TdClassName
{
border-color: #28DF20;
}
.TagClassName
{
border-color: #28DF20;
}
</style>