Shades of Lime Green #28F73C
Tints of Lime Green #28F73C
RGB
CMYK
RGB Variations
Color information
#28F73C (or 0x28F73C) is known color: Lime Green. HEX triplet: 28, F7 and 3C. RGB value is (40,247,60). Sum of RGB (Red+Green+Blue) = 40+247+60=347 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.53% from 347); Green value is 247 (96.88% from 255 or 71.18% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 247 - color contains mainly: green. Hex color #28F73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F73C is #D708C3. Grayscale: #A4A4A4. Windows color (decimal): -14092484 or 3995432. OLE color: 3995432.
HSL color Cylindrical-coordinate representation of color #28F73C: hue angle of 125.8º 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 #28F73C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 247 | 60 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.03 |
| HSL | 125.8º | 0.93% | 0.56% | - |
| HSV(B) | 125.8º | 0.84% | 0.97% | - |
| XYZ | 34.95 | 67.3 | 15.42 | - |
| YUV | 163.79 | 69.42 | 39.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 247 | 60 | 0.84 | 0 | 0.76 | 0.03 | 125.8 | 0.93 | 0.56 |
| Hex | 28 | F7 | 3C | 54 | 0 | 4C | 3 | 7E | 5D | 38 |
| Octal | 50 | 367 | 74 | 124 | 0 | 114 | 3 | 176 | 135 | 70 |
| Binary | 101000 | 11110111 | 111100 | 1010100 | 0 | 1001100 | 11 | 1111110 | 1011101 | 111000 |
Color Harmonies of #28F73C
Complementary color
Monochromatic Colors of #28F73C
Black with #28F73C
Text Example
Text Example
White with #28F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F73C; }
p { color: rgb(40,247,60); }
H1.HeaderClassName
{
color: #28F73C;
}
.AnyTagClassName
{
color: #28F73C;
}
</style>
background-color css
<style>
a { background-color: #28F73C; }
a { background-color: rgb(40,247,60); }
div.DivClassName
{
background-color: #28F73C;
}
.BgClassName
{
background-color: #28F73C;
}
</style>
border-color css
<style>
span { border-color: #28F73C; }
span { border-color: rgb(40,247,60); }
td.TdClassName
{
border-color: #28F73C;
}
.TagClassName
{
border-color: #28F73C;
}
</style>