Shades of Lime Green #28DA14
Tints of Lime Green #28DA14
RGB
CMYK
RGB Variations
Color information
#28DA14 (or 0x28DA14) is known color: Lime Green. HEX triplet: 28, DA and 14. RGB value is (40,218,20). Sum of RGB (Red+Green+Blue) = 40+218+20=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #28DA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DA14 is #D725EB. Grayscale: #8E8E8E. Windows color (decimal): -14099948 or 1366568. OLE color: 1366568.
HSL color Cylindrical-coordinate representation of color #28DA14: hue angle of 113.94º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28DA14 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 218 | 20 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.15 |
| HSL | 113.94º | 0.83% | 0.47% | - |
| HSV(B) | 113.94º | 0.91% | 0.85% | - |
| XYZ | 26.07 | 50.64 | 9.06 | - |
| YUV | 142.21 | 59.03 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 218 | 20 | 0.82 | 0 | 0.91 | 0.15 | 113.94 | 0.83 | 0.47 |
| Hex | 28 | DA | 14 | 52 | 0 | 5B | F | 72 | 53 | 2F |
| Octal | 50 | 332 | 24 | 122 | 0 | 133 | 17 | 162 | 123 | 57 |
| Binary | 101000 | 11011010 | 10100 | 1010010 | 0 | 1011011 | 1111 | 1110010 | 1010011 | 101111 |
Color Harmonies of #28DA14
Complementary color
Monochromatic Colors of #28DA14
Black with #28DA14
Text Example
Text Example
White with #28DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DA14; }
p { color: rgb(40,218,20); }
H1.HeaderClassName
{
color: #28DA14;
}
.AnyTagClassName
{
color: #28DA14;
}
</style>
background-color css
<style>
a { background-color: #28DA14; }
a { background-color: rgb(40,218,20); }
div.DivClassName
{
background-color: #28DA14;
}
.BgClassName
{
background-color: #28DA14;
}
</style>
border-color css
<style>
span { border-color: #28DA14; }
span { border-color: rgb(40,218,20); }
td.TdClassName
{
border-color: #28DA14;
}
.TagClassName
{
border-color: #28DA14;
}
</style>