Shades of Lime Green #28F73B
Tints of Lime Green #28F73B
RGB
CMYK
RGB Variations
Color information
#28F73B (or 0x28F73B) is known color: Lime Green. HEX triplet: 28, F7 and 3B. RGB value is (40,247,59). Sum of RGB (Red+Green+Blue) = 40+247+59=346 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.56% from 346); Green value is 247 (96.88% from 255 or 71.39% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 247 - color contains mainly: green. Hex color #28F73B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F73B is #D708C4. Grayscale: #A4A4A4. Windows color (decimal): -14092485 or 3929896. OLE color: 3929896.
HSL color Cylindrical-coordinate representation of color #28F73B: hue angle of 125.51º degrees, saturation: 0.93, 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 #28F73B is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 59 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.03 |
| HSL | 125.51º | 0.93% | 0.56% | - |
| HSV(B) | 125.51º | 0.84% | 0.97% | - |
| XYZ | 34.93 | 67.29 | 15.28 | - |
| YUV | 163.68 | 68.92 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 59 | 0.84 | 0 | 0.76 | 0.03 | 125.51 | 0.93 | 0.56 |
| Hex | 28 | F7 | 3B | 54 | 0 | 4C | 3 | 7E | 5D | 38 |
| Octal | 50 | 367 | 73 | 124 | 0 | 114 | 3 | 176 | 135 | 70 |
| Binary | 101000 | 11110111 | 111011 | 1010100 | 0 | 1001100 | 11 | 1111110 | 1011101 | 111000 |
Color Harmonies of #28F73B
Complementary color
Monochromatic Colors of #28F73B
Black with #28F73B
Text Example
Text Example
White with #28F73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F73B; }
p { color: rgb(40,247,59); }
H1.HeaderClassName
{
color: #28F73B;
}
.AnyTagClassName
{
color: #28F73B;
}
</style>
background-color css
<style>
a { background-color: #28F73B; }
a { background-color: rgb(40,247,59); }
div.DivClassName
{
background-color: #28F73B;
}
.BgClassName
{
background-color: #28F73B;
}
</style>
border-color css
<style>
span { border-color: #28F73B; }
span { border-color: rgb(40,247,59); }
td.TdClassName
{
border-color: #28F73B;
}
.TagClassName
{
border-color: #28F73B;
}
</style>