Shades of Lime Green #28D14B
Tints of Lime Green #28D14B
RGB
CMYK
RGB Variations
Color information
#28D14B (or 0x28D14B) is known color: Lime Green. HEX triplet: 28, D1 and 4B. RGB value is (40,209,75). Sum of RGB (Red+Green+Blue) = 40+209+75=324 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.35% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #28D14B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D14B is #D72EB4. Grayscale: #8F8F8F. Windows color (decimal): -14102197 or 4968744. OLE color: 4968744.
HSL color Cylindrical-coordinate representation of color #28D14B: hue angle of 132.43º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D14B is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 75 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.18 |
| HSL | 132.43º | 0.68% | 0.49% | - |
| HSV(B) | 132.43º | 0.81% | 0.82% | - |
| XYZ | 24.95 | 46.56 | 14.33 | - |
| YUV | 143.19 | 89.51 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 75 | 0.81 | 0 | 0.64 | 0.18 | 132.43 | 0.68 | 0.49 |
| Hex | 28 | D1 | 4B | 51 | 0 | 40 | 12 | 84 | 44 | 31 |
| Octal | 50 | 321 | 113 | 121 | 0 | 100 | 22 | 204 | 104 | 61 |
| Binary | 101000 | 11010001 | 1001011 | 1010001 | 0 | 1000000 | 10010 | 10000100 | 1000100 | 110001 |
Color Harmonies of #28D14B
Complementary color
Monochromatic Colors of #28D14B
Black with #28D14B
Text Example
Text Example
White with #28D14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D14B; }
p { color: rgb(40,209,75); }
H1.HeaderClassName
{
color: #28D14B;
}
.AnyTagClassName
{
color: #28D14B;
}
</style>
background-color css
<style>
a { background-color: #28D14B; }
a { background-color: rgb(40,209,75); }
div.DivClassName
{
background-color: #28D14B;
}
.BgClassName
{
background-color: #28D14B;
}
</style>
border-color css
<style>
span { border-color: #28D14B; }
span { border-color: rgb(40,209,75); }
td.TdClassName
{
border-color: #28D14B;
}
.TagClassName
{
border-color: #28D14B;
}
</style>