Shades of Lime Green #28DC2F
Tints of Lime Green #28DC2F
RGB
CMYK
RGB Variations
Color information
#28DC2F (or 0x28DC2F) is known color: Lime Green. HEX triplet: 28, DC and 2F. RGB value is (40,220,47). Sum of RGB (Red+Green+Blue) = 40+220+47=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC2F is #D723D0. Grayscale: #929292. Windows color (decimal): -14099409 or 3136552. OLE color: 3136552.
HSL color Cylindrical-coordinate representation of color #28DC2F: hue angle of 122.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DC2F is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 47 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.14 |
| HSL | 122.33º | 0.72% | 0.51% | - |
| HSV(B) | 122.33º | 0.82% | 0.86% | - |
| XYZ | 26.98 | 51.84 | 11.27 | - |
| YUV | 146.46 | 71.87 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 47 | 0.82 | 0 | 0.79 | 0.14 | 122.33 | 0.72 | 0.51 |
| Hex | 28 | DC | 2F | 52 | 0 | 4F | E | 7A | 48 | 33 |
| Octal | 50 | 334 | 57 | 122 | 0 | 117 | 16 | 172 | 110 | 63 |
| Binary | 101000 | 11011100 | 101111 | 1010010 | 0 | 1001111 | 1110 | 1111010 | 1001000 | 110011 |
Color Harmonies of #28DC2F
Complementary color
Monochromatic Colors of #28DC2F
Black with #28DC2F
Text Example
Text Example
White with #28DC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC2F; }
p { color: rgb(40,220,47); }
H1.HeaderClassName
{
color: #28DC2F;
}
.AnyTagClassName
{
color: #28DC2F;
}
</style>
background-color css
<style>
a { background-color: #28DC2F; }
a { background-color: rgb(40,220,47); }
div.DivClassName
{
background-color: #28DC2F;
}
.BgClassName
{
background-color: #28DC2F;
}
</style>
border-color css
<style>
span { border-color: #28DC2F; }
span { border-color: rgb(40,220,47); }
td.TdClassName
{
border-color: #28DC2F;
}
.TagClassName
{
border-color: #28DC2F;
}
</style>