Shades of Lime Green #28F83A
Tints of Lime Green #28F83A
RGB
CMYK
RGB Variations
Color information
#28F83A (or 0x28F83A) is known color: Lime Green. HEX triplet: 28, F8 and 3A. RGB value is (40,248,58). Sum of RGB (Red+Green+Blue) = 40+248+58=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 248 (97.27% from 255 or 71.68% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 248 - color contains mainly: green. Hex color #28F83A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F83A is #D707C5. Grayscale: #A4A4A4. Windows color (decimal): -14092230 or 3864616. OLE color: 3864616.
HSL color Cylindrical-coordinate representation of color #28F83A: hue angle of 125.19º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F83A is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 58 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.03 |
| HSL | 125.19º | 0.94% | 0.56% | - |
| HSV(B) | 125.19º | 0.84% | 0.97% | - |
| XYZ | 35.21 | 67.89 | 15.25 | - |
| YUV | 164.15 | 68.09 | 39.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 58 | 0.84 | 0 | 0.77 | 0.03 | 125.19 | 0.94 | 0.56 |
| Hex | 28 | F8 | 3A | 54 | 0 | 4D | 3 | 7D | 5E | 38 |
| Octal | 50 | 370 | 72 | 124 | 0 | 115 | 3 | 175 | 136 | 70 |
| Binary | 101000 | 11111000 | 111010 | 1010100 | 0 | 1001101 | 11 | 1111101 | 1011110 | 111000 |
Color Harmonies of #28F83A
Complementary color
Monochromatic Colors of #28F83A
Black with #28F83A
Text Example
Text Example
White with #28F83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F83A; }
p { color: rgb(40,248,58); }
H1.HeaderClassName
{
color: #28F83A;
}
.AnyTagClassName
{
color: #28F83A;
}
</style>
background-color css
<style>
a { background-color: #28F83A; }
a { background-color: rgb(40,248,58); }
div.DivClassName
{
background-color: #28F83A;
}
.BgClassName
{
background-color: #28F83A;
}
</style>
border-color css
<style>
span { border-color: #28F83A; }
span { border-color: rgb(40,248,58); }
td.TdClassName
{
border-color: #28F83A;
}
.TagClassName
{
border-color: #28F83A;
}
</style>