Shades of Lime Green #28F22C
Tints of Lime Green #28F22C
RGB
CMYK
RGB Variations
Color information
#28F22C (or 0x28F22C) is known color: Lime Green. HEX triplet: 28, F2 and 2C. RGB value is (40,242,44). Sum of RGB (Red+Green+Blue) = 40+242+44=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 44 (17.58% from 255 or 13.50% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #28F22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F22C is #D70DD3. Grayscale: #9F9F9F. Windows color (decimal): -14093780 or 2945576. OLE color: 2945576.
HSL color Cylindrical-coordinate representation of color #28F22C: hue angle of 121.19º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F22C is Cyan = 0.83, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 40 | 242 | 44 | - |
| CMYK | 0.83 | 0 | 0.82 | 0.05 |
| HSL | 121.19º | 0.89% | 0.55% | - |
| HSV(B) | 121.19º | 0.83% | 0.95% | - |
| XYZ | 33.08 | 64.14 | 13.02 | - |
| YUV | 159.03 | 63.08 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 242 | 44 | 0.83 | 0 | 0.82 | 0.05 | 121.19 | 0.89 | 0.55 |
| Hex | 28 | F2 | 2C | 53 | 0 | 52 | 5 | 79 | 59 | 37 |
| Octal | 50 | 362 | 54 | 123 | 0 | 122 | 5 | 171 | 131 | 67 |
| Binary | 101000 | 11110010 | 101100 | 1010011 | 0 | 1010010 | 101 | 1111001 | 1011001 | 110111 |
Color Harmonies of #28F22C
Complementary color
Monochromatic Colors of #28F22C
Black with #28F22C
Text Example
Text Example
White with #28F22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F22C; }
p { color: rgb(40,242,44); }
H1.HeaderClassName
{
color: #28F22C;
}
.AnyTagClassName
{
color: #28F22C;
}
</style>
background-color css
<style>
a { background-color: #28F22C; }
a { background-color: rgb(40,242,44); }
div.DivClassName
{
background-color: #28F22C;
}
.BgClassName
{
background-color: #28F22C;
}
</style>
border-color css
<style>
span { border-color: #28F22C; }
span { border-color: rgb(40,242,44); }
td.TdClassName
{
border-color: #28F22C;
}
.TagClassName
{
border-color: #28F22C;
}
</style>