Shades of Lime Green #28F841
Tints of Lime Green #28F841
RGB
CMYK
RGB Variations
Color information
#28F841 (or 0x28F841) is known color: Lime Green. HEX triplet: 28, F8 and 41. RGB value is (40,248,65). Sum of RGB (Red+Green+Blue) = 40+248+65=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 248 (97.27% from 255 or 70.25% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 248 - color contains mainly: green. Hex color #28F841 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F841 is #D707BE. Grayscale: #A5A5A5. Windows color (decimal): -14092223 or 4323368. OLE color: 4323368.
HSL color Cylindrical-coordinate representation of color #28F841: hue angle of 127.21º degrees, saturation: 0.94, 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 #28F841 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 40 | 248 | 65 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.03 |
| HSL | 127.21º | 0.94% | 0.56% | - |
| HSV(B) | 127.21º | 0.84% | 0.97% | - |
| XYZ | 35.4 | 67.97 | 16.25 | - |
| YUV | 164.95 | 71.59 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 248 | 65 | 0.84 | 0 | 0.74 | 0.03 | 127.21 | 0.94 | 0.56 |
| Hex | 28 | F8 | 41 | 54 | 0 | 4A | 3 | 7F | 5E | 38 |
| Octal | 50 | 370 | 101 | 124 | 0 | 112 | 3 | 177 | 136 | 70 |
| Binary | 101000 | 11111000 | 1000001 | 1010100 | 0 | 1001010 | 11 | 1111111 | 1011110 | 111000 |
Color Harmonies of #28F841
Complementary color
Monochromatic Colors of #28F841
Black with #28F841
Text Example
Text Example
White with #28F841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F841; }
p { color: rgb(40,248,65); }
H1.HeaderClassName
{
color: #28F841;
}
.AnyTagClassName
{
color: #28F841;
}
</style>
background-color css
<style>
a { background-color: #28F841; }
a { background-color: rgb(40,248,65); }
div.DivClassName
{
background-color: #28F841;
}
.BgClassName
{
background-color: #28F841;
}
</style>
border-color css
<style>
span { border-color: #28F841; }
span { border-color: rgb(40,248,65); }
td.TdClassName
{
border-color: #28F841;
}
.TagClassName
{
border-color: #28F841;
}
</style>