Shades of Lime Green #28F42D
Tints of Lime Green #28F42D
RGB
CMYK
RGB Variations
Color information
#28F42D (or 0x28F42D) is known color: Lime Green. HEX triplet: 28, F4 and 2D. RGB value is (40,244,45). Sum of RGB (Red+Green+Blue) = 40+244+45=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 244 (95.70% from 255 or 74.16% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 244 - color contains mainly: green. Hex color #28F42D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F42D is #D70BD2. Grayscale: #A0A0A0. Windows color (decimal): -14093267 or 3011624. OLE color: 3011624.
HSL color Cylindrical-coordinate representation of color #28F42D: hue angle of 121.47º degrees, saturation: 0.9, 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 #28F42D is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 244 | 45 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.04 |
| HSL | 121.47º | 0.9% | 0.56% | - |
| HSV(B) | 121.47º | 0.84% | 0.96% | - |
| XYZ | 33.7 | 65.34 | 13.32 | - |
| YUV | 160.32 | 62.91 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 244 | 45 | 0.84 | 0 | 0.82 | 0.04 | 121.47 | 0.9 | 0.56 |
| Hex | 28 | F4 | 2D | 54 | 0 | 52 | 4 | 79 | 5A | 38 |
| Octal | 50 | 364 | 55 | 124 | 0 | 122 | 4 | 171 | 132 | 70 |
| Binary | 101000 | 11110100 | 101101 | 1010100 | 0 | 1010010 | 100 | 1111001 | 1011010 | 111000 |
Color Harmonies of #28F42D
Complementary color
Monochromatic Colors of #28F42D
Black with #28F42D
Text Example
Text Example
White with #28F42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F42D; }
p { color: rgb(40,244,45); }
H1.HeaderClassName
{
color: #28F42D;
}
.AnyTagClassName
{
color: #28F42D;
}
</style>
background-color css
<style>
a { background-color: #28F42D; }
a { background-color: rgb(40,244,45); }
div.DivClassName
{
background-color: #28F42D;
}
.BgClassName
{
background-color: #28F42D;
}
</style>
border-color css
<style>
span { border-color: #28F42D; }
span { border-color: rgb(40,244,45); }
td.TdClassName
{
border-color: #28F42D;
}
.TagClassName
{
border-color: #28F42D;
}
</style>