Shades of Lime Green #28DF1E
Tints of Lime Green #28DF1E
RGB
CMYK
RGB Variations
Color information
#28DF1E (or 0x28DF1E) is known color: Lime Green. HEX triplet: 28, DF and 1E. RGB value is (40,223,30). Sum of RGB (Red+Green+Blue) = 40+223+30=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 223 (87.5% from 255 or 76.11% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 223 - color contains mainly: green. Hex color #28DF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DF1E is #D720E1. Grayscale: #929292. Windows color (decimal): -14098658 or 2023208. OLE color: 2023208.
HSL color Cylindrical-coordinate representation of color #28DF1E: hue angle of 116.89º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28DF1E is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 223 | 30 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.13 |
| HSL | 116.89º | 0.76% | 0.5% | - |
| HSV(B) | 116.89º | 0.87% | 0.87% | - |
| XYZ | 27.5 | 53.32 | 10.07 | - |
| YUV | 146.28 | 62.37 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 223 | 30 | 0.82 | 0 | 0.87 | 0.13 | 116.89 | 0.76 | 0.5 |
| Hex | 28 | DF | 1E | 52 | 0 | 57 | D | 75 | 4C | 32 |
| Octal | 50 | 337 | 36 | 122 | 0 | 127 | 15 | 165 | 114 | 62 |
| Binary | 101000 | 11011111 | 11110 | 1010010 | 0 | 1010111 | 1101 | 1110101 | 1001100 | 110010 |
Color Harmonies of #28DF1E
Complementary color
Monochromatic Colors of #28DF1E
Black with #28DF1E
Text Example
Text Example
White with #28DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DF1E; }
p { color: rgb(40,223,30); }
H1.HeaderClassName
{
color: #28DF1E;
}
.AnyTagClassName
{
color: #28DF1E;
}
</style>
background-color css
<style>
a { background-color: #28DF1E; }
a { background-color: rgb(40,223,30); }
div.DivClassName
{
background-color: #28DF1E;
}
.BgClassName
{
background-color: #28DF1E;
}
</style>
border-color css
<style>
span { border-color: #28DF1E; }
span { border-color: rgb(40,223,30); }
td.TdClassName
{
border-color: #28DF1E;
}
.TagClassName
{
border-color: #28DF1E;
}
</style>