Shades of Lime Green #28DA13
Tints of Lime Green #28DA13
RGB
CMYK
RGB Variations
Color information
#28DA13 (or 0x28DA13) is known color: Lime Green. HEX triplet: 28, DA and 13. RGB value is (40,218,19). Sum of RGB (Red+Green+Blue) = 40+218+19=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DA13 is #D725EC. Grayscale: #8E8E8E. Windows color (decimal): -14099949 or 1301032. OLE color: 1301032.
HSL color Cylindrical-coordinate representation of color #28DA13: hue angle of 113.67º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28DA13 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 19 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.15 |
| HSL | 113.67º | 0.84% | 0.46% | - |
| HSV(B) | 113.67º | 0.91% | 0.85% | - |
| XYZ | 26.06 | 50.64 | 9.02 | - |
| YUV | 142.09 | 58.53 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 19 | 0.82 | 0 | 0.91 | 0.15 | 113.67 | 0.84 | 0.46 |
| Hex | 28 | DA | 13 | 52 | 0 | 5B | F | 72 | 54 | 2E |
| Octal | 50 | 332 | 23 | 122 | 0 | 133 | 17 | 162 | 124 | 56 |
| Binary | 101000 | 11011010 | 10011 | 1010010 | 0 | 1011011 | 1111 | 1110010 | 1010100 | 101110 |
Color Harmonies of #28DA13
Complementary color
Monochromatic Colors of #28DA13
Black with #28DA13
Text Example
Text Example
White with #28DA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA13; }
p { color: rgb(40,218,19); }
H1.HeaderClassName
{
color: #28DA13;
}
.AnyTagClassName
{
color: #28DA13;
}
</style>
background-color css
<style>
a { background-color: #28DA13; }
a { background-color: rgb(40,218,19); }
div.DivClassName
{
background-color: #28DA13;
}
.BgClassName
{
background-color: #28DA13;
}
</style>
border-color css
<style>
span { border-color: #28DA13; }
span { border-color: rgb(40,218,19); }
td.TdClassName
{
border-color: #28DA13;
}
.TagClassName
{
border-color: #28DA13;
}
</style>