Shades of Lime Green #28C746
Tints of Lime Green #28C746
RGB
CMYK
RGB Variations
Color information
#28C746 (or 0x28C746) is known color: Lime Green. HEX triplet: 28, C7 and 46. RGB value is (40,199,70). Sum of RGB (Red+Green+Blue) = 40+199+70=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 199 (78.12% from 255 or 64.40% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 199 - color contains mainly: green. Hex color #28C746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C746 is #D738B9. Grayscale: #898989. Windows color (decimal): -14104762 or 4638504. OLE color: 4638504.
HSL color Cylindrical-coordinate representation of color #28C746: hue angle of 131.32º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C746 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 70 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.22 |
| HSL | 131.32º | 0.67% | 0.47% | - |
| HSV(B) | 131.32º | 0.8% | 0.78% | - |
| XYZ | 22.4 | 41.74 | 12.67 | - |
| YUV | 136.75 | 90.32 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 70 | 0.80 | 0 | 0.65 | 0.22 | 131.32 | 0.67 | 0.47 |
| Hex | 28 | C7 | 46 | 50 | 0 | 41 | 16 | 83 | 43 | 2F |
| Octal | 50 | 307 | 106 | 120 | 0 | 101 | 26 | 203 | 103 | 57 |
| Binary | 101000 | 11000111 | 1000110 | 1010000 | 0 | 1000001 | 10110 | 10000011 | 1000011 | 101111 |
Color Harmonies of #28C746
Complementary color
Monochromatic Colors of #28C746
Black with #28C746
Text Example
Text Example
White with #28C746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C746; }
p { color: rgb(40,199,70); }
H1.HeaderClassName
{
color: #28C746;
}
.AnyTagClassName
{
color: #28C746;
}
</style>
background-color css
<style>
a { background-color: #28C746; }
a { background-color: rgb(40,199,70); }
div.DivClassName
{
background-color: #28C746;
}
.BgClassName
{
background-color: #28C746;
}
</style>
border-color css
<style>
span { border-color: #28C746; }
span { border-color: rgb(40,199,70); }
td.TdClassName
{
border-color: #28C746;
}
.TagClassName
{
border-color: #28C746;
}
</style>