Shades of Lime Green #28DC3E
Tints of Lime Green #28DC3E
RGB
CMYK
RGB Variations
Color information
#28DC3E (or 0x28DC3E) is known color: Lime Green. HEX triplet: 28, DC and 3E. RGB value is (40,220,62). Sum of RGB (Red+Green+Blue) = 40+220+62=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #28DC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DC3E is #D723C1. Grayscale: #949494. Windows color (decimal): -14099394 or 4119592. OLE color: 4119592.
HSL color Cylindrical-coordinate representation of color #28DC3E: hue angle of 127.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 #28DC3E is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 40 | 220 | 62 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.14 |
| HSL | 127.33º | 0.72% | 0.51% | - |
| HSV(B) | 127.33º | 0.82% | 0.86% | - |
| XYZ | 27.34 | 51.99 | 13.15 | - |
| YUV | 148.17 | 79.37 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 220 | 62 | 0.82 | 0 | 0.72 | 0.14 | 127.33 | 0.72 | 0.51 |
| Hex | 28 | DC | 3E | 52 | 0 | 48 | E | 7F | 48 | 33 |
| Octal | 50 | 334 | 76 | 122 | 0 | 110 | 16 | 177 | 110 | 63 |
| Binary | 101000 | 11011100 | 111110 | 1010010 | 0 | 1001000 | 1110 | 1111111 | 1001000 | 110011 |
Color Harmonies of #28DC3E
Complementary color
Monochromatic Colors of #28DC3E
Black with #28DC3E
Text Example
Text Example
White with #28DC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DC3E; }
p { color: rgb(40,220,62); }
H1.HeaderClassName
{
color: #28DC3E;
}
.AnyTagClassName
{
color: #28DC3E;
}
</style>
background-color css
<style>
a { background-color: #28DC3E; }
a { background-color: rgb(40,220,62); }
div.DivClassName
{
background-color: #28DC3E;
}
.BgClassName
{
background-color: #28DC3E;
}
</style>
border-color css
<style>
span { border-color: #28DC3E; }
span { border-color: rgb(40,220,62); }
td.TdClassName
{
border-color: #28DC3E;
}
.TagClassName
{
border-color: #28DC3E;
}
</style>