Shades of Lime Green #28FE3E
Tints of Lime Green #28FE3E
RGB
CMYK
RGB Variations
Color information
#28FE3E (or 0x28FE3E) is known color: Lime Green. HEX triplet: 28, FE and 3E. RGB value is (40,254,62). Sum of RGB (Red+Green+Blue) = 40+254+62=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #28FE3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FE3E is #D701C1. Grayscale: #A8A8A8. Windows color (decimal): -14090690 or 4128296. OLE color: 4128296.
HSL color Cylindrical-coordinate representation of color #28FE3E: hue angle of 126.17º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FE3E is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 40 | 254 | 62 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.00 |
| HSL | 126.17º | 0.99% | 0.58% | - |
| HSV(B) | 126.17º | 0.84% | 1% | - |
| XYZ | 37.19 | 71.68 | 16.43 | - |
| YUV | 168.13 | 68.1 | 36.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 254 | 62 | 0.84 | 0 | 0.76 | 0.00 | 126.17 | 0.99 | 0.58 |
| Hex | 28 | FE | 3E | 54 | 0 | 4C | 0 | 7E | 63 | 3A |
| Octal | 50 | 376 | 76 | 124 | 0 | 114 | 0 | 176 | 143 | 72 |
| Binary | 101000 | 11111110 | 111110 | 1010100 | 0 | 1001100 | 0 | 1111110 | 1100011 | 111010 |
Color Harmonies of #28FE3E
Complementary color
Monochromatic Colors of #28FE3E
Black with #28FE3E
Text Example
Text Example
White with #28FE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FE3E; }
p { color: rgb(40,254,62); }
H1.HeaderClassName
{
color: #28FE3E;
}
.AnyTagClassName
{
color: #28FE3E;
}
</style>
background-color css
<style>
a { background-color: #28FE3E; }
a { background-color: rgb(40,254,62); }
div.DivClassName
{
background-color: #28FE3E;
}
.BgClassName
{
background-color: #28FE3E;
}
</style>
border-color css
<style>
span { border-color: #28FE3E; }
span { border-color: rgb(40,254,62); }
td.TdClassName
{
border-color: #28FE3E;
}
.TagClassName
{
border-color: #28FE3E;
}
</style>