Shades of Lime Green #28EF3E
Tints of Lime Green #28EF3E
RGB
CMYK
RGB Variations
Color information
#28EF3E (or 0x28EF3E) is known color: Lime Green. HEX triplet: 28, EF and 3E. RGB value is (40,239,62). Sum of RGB (Red+Green+Blue) = 40+239+62=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 239 (93.75% from 255 or 70.09% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 239 - color contains mainly: green. Hex color #28EF3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EF3E is #D710C1. Grayscale: #9F9F9F. Windows color (decimal): -14094530 or 4124456. OLE color: 4124456.
HSL color Cylindrical-coordinate representation of color #28EF3E: hue angle of 126.63º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EF3E is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 239 | 62 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.06 |
| HSL | 126.63º | 0.86% | 0.55% | - |
| HSV(B) | 126.63º | 0.83% | 0.94% | - |
| XYZ | 32.61 | 62.53 | 14.91 | - |
| YUV | 159.32 | 73.07 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 239 | 62 | 0.83 | 0 | 0.74 | 0.06 | 126.63 | 0.86 | 0.55 |
| Hex | 28 | EF | 3E | 53 | 0 | 4A | 6 | 7F | 56 | 37 |
| Octal | 50 | 357 | 76 | 123 | 0 | 112 | 6 | 177 | 126 | 67 |
| Binary | 101000 | 11101111 | 111110 | 1010011 | 0 | 1001010 | 110 | 1111111 | 1010110 | 110111 |
Color Harmonies of #28EF3E
Complementary color
Monochromatic Colors of #28EF3E
Black with #28EF3E
Text Example
Text Example
White with #28EF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EF3E; }
p { color: rgb(40,239,62); }
H1.HeaderClassName
{
color: #28EF3E;
}
.AnyTagClassName
{
color: #28EF3E;
}
</style>
background-color css
<style>
a { background-color: #28EF3E; }
a { background-color: rgb(40,239,62); }
div.DivClassName
{
background-color: #28EF3E;
}
.BgClassName
{
background-color: #28EF3E;
}
</style>
border-color css
<style>
span { border-color: #28EF3E; }
span { border-color: rgb(40,239,62); }
td.TdClassName
{
border-color: #28EF3E;
}
.TagClassName
{
border-color: #28EF3E;
}
</style>