Shades of Lime Green #28E746
Tints of Lime Green #28E746
RGB
CMYK
RGB Variations
Color information
#28E746 (or 0x28E746) is known color: Lime Green. HEX triplet: 28, E7 and 46. RGB value is (40,231,70). Sum of RGB (Red+Green+Blue) = 40+231+70=341 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.73% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #28E746 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28E746 is #D718B9. Grayscale: #9B9B9B. Windows color (decimal): -14096570 or 4646696. OLE color: 4646696.
HSL color Cylindrical-coordinate representation of color #28E746: hue angle of 129.42º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28E746 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 40 | 231 | 70 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.09 |
| HSL | 129.42º | 0.8% | 0.53% | - |
| HSV(B) | 129.42º | 0.83% | 0.91% | - |
| XYZ | 30.56 | 58.05 | 15.39 | - |
| YUV | 155.54 | 79.72 | 45.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 231 | 70 | 0.83 | 0 | 0.70 | 0.09 | 129.42 | 0.8 | 0.53 |
| Hex | 28 | E7 | 46 | 53 | 0 | 46 | 9 | 81 | 50 | 35 |
| Octal | 50 | 347 | 106 | 123 | 0 | 106 | 11 | 201 | 120 | 65 |
| Binary | 101000 | 11100111 | 1000110 | 1010011 | 0 | 1000110 | 1001 | 10000001 | 1010000 | 110101 |
Color Harmonies of #28E746
Complementary color
Monochromatic Colors of #28E746
Black with #28E746
Text Example
Text Example
White with #28E746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E746; }
p { color: rgb(40,231,70); }
H1.HeaderClassName
{
color: #28E746;
}
.AnyTagClassName
{
color: #28E746;
}
</style>
background-color css
<style>
a { background-color: #28E746; }
a { background-color: rgb(40,231,70); }
div.DivClassName
{
background-color: #28E746;
}
.BgClassName
{
background-color: #28E746;
}
</style>
border-color css
<style>
span { border-color: #28E746; }
span { border-color: rgb(40,231,70); }
td.TdClassName
{
border-color: #28E746;
}
.TagClassName
{
border-color: #28E746;
}
</style>