Shades of Lime Green #28F53C
Tints of Lime Green #28F53C
RGB
CMYK
RGB Variations
Color information
#28F53C (or 0x28F53C) is known color: Lime Green. HEX triplet: 28, F5 and 3C. RGB value is (40,245,60). Sum of RGB (Red+Green+Blue) = 40+245+60=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 245 (96.09% from 255 or 71.01% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 245 - color contains mainly: green. Hex color #28F53C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F53C is #D70AC3. Grayscale: #A3A3A3. Windows color (decimal): -14092996 or 3994920. OLE color: 3994920.
HSL color Cylindrical-coordinate representation of color #28F53C: hue angle of 125.85º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F53C is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 245 | 60 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.04 |
| HSL | 125.85º | 0.91% | 0.56% | - |
| HSV(B) | 125.85º | 0.84% | 0.96% | - |
| XYZ | 34.34 | 66.08 | 15.22 | - |
| YUV | 162.62 | 70.08 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 245 | 60 | 0.84 | 0 | 0.76 | 0.04 | 125.85 | 0.91 | 0.56 |
| Hex | 28 | F5 | 3C | 54 | 0 | 4C | 4 | 7E | 5B | 38 |
| Octal | 50 | 365 | 74 | 124 | 0 | 114 | 4 | 176 | 133 | 70 |
| Binary | 101000 | 11110101 | 111100 | 1010100 | 0 | 1001100 | 100 | 1111110 | 1011011 | 111000 |
Color Harmonies of #28F53C
Complementary color
Monochromatic Colors of #28F53C
Black with #28F53C
Text Example
Text Example
White with #28F53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F53C; }
p { color: rgb(40,245,60); }
H1.HeaderClassName
{
color: #28F53C;
}
.AnyTagClassName
{
color: #28F53C;
}
</style>
background-color css
<style>
a { background-color: #28F53C; }
a { background-color: rgb(40,245,60); }
div.DivClassName
{
background-color: #28F53C;
}
.BgClassName
{
background-color: #28F53C;
}
</style>
border-color css
<style>
span { border-color: #28F53C; }
span { border-color: rgb(40,245,60); }
td.TdClassName
{
border-color: #28F53C;
}
.TagClassName
{
border-color: #28F53C;
}
</style>