Shades of Lime Green #28FA41
Tints of Lime Green #28FA41
RGB
CMYK
RGB Variations
Color information
#28FA41 (or 0x28FA41) is known color: Lime Green. HEX triplet: 28, FA and 41. RGB value is (40,250,65). Sum of RGB (Red+Green+Blue) = 40+250+65=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 250 (98.05% from 255 or 70.42% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 250 - color contains mainly: green. Hex color #28FA41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28FA41 is #D705BE. Grayscale: #A6A6A6. Windows color (decimal): -14091711 or 4323880. OLE color: 4323880.
HSL color Cylindrical-coordinate representation of color #28FA41: hue angle of 127.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28FA41 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 250 | 65 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.02 |
| HSL | 127.14º | 0.95% | 0.57% | - |
| HSV(B) | 127.14º | 0.84% | 0.98% | - |
| XYZ | 36.01 | 69.2 | 16.46 | - |
| YUV | 166.12 | 70.93 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 65 | 0.84 | 0 | 0.74 | 0.02 | 127.14 | 0.95 | 0.57 |
| Hex | 28 | FA | 41 | 54 | 0 | 4A | 2 | 7F | 5F | 39 |
| Octal | 50 | 372 | 101 | 124 | 0 | 112 | 2 | 177 | 137 | 71 |
| Binary | 101000 | 11111010 | 1000001 | 1010100 | 0 | 1001010 | 10 | 1111111 | 1011111 | 111001 |
Color Harmonies of #28FA41
Complementary color
Monochromatic Colors of #28FA41
Black with #28FA41
Text Example
Text Example
White with #28FA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FA41; }
p { color: rgb(40,250,65); }
H1.HeaderClassName
{
color: #28FA41;
}
.AnyTagClassName
{
color: #28FA41;
}
</style>
background-color css
<style>
a { background-color: #28FA41; }
a { background-color: rgb(40,250,65); }
div.DivClassName
{
background-color: #28FA41;
}
.BgClassName
{
background-color: #28FA41;
}
</style>
border-color css
<style>
span { border-color: #28FA41; }
span { border-color: rgb(40,250,65); }
td.TdClassName
{
border-color: #28FA41;
}
.TagClassName
{
border-color: #28FA41;
}
</style>