Shades of Lime Green #28F041
Tints of Lime Green #28F041
RGB
CMYK
RGB Variations
Color information
#28F041 (or 0x28F041) is known color: Lime Green. HEX triplet: 28, F0 and 41. RGB value is (40,240,65). Sum of RGB (Red+Green+Blue) = 40+240+65=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 240 (94.14% from 255 or 69.57% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 240 - color contains mainly: green. Hex color #28F041 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28F041 is #D70FBE. Grayscale: #A0A0A0. Windows color (decimal): -14094271 or 4321320. OLE color: 4321320.
HSL color Cylindrical-coordinate representation of color #28F041: hue angle of 127.5º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28F041 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 40 | 240 | 65 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.06 |
| HSL | 127.5º | 0.87% | 0.55% | - |
| HSV(B) | 127.5º | 0.83% | 0.94% | - |
| XYZ | 32.99 | 63.15 | 15.45 | - |
| YUV | 160.25 | 74.24 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 65 | 0.83 | 0 | 0.73 | 0.06 | 127.5 | 0.87 | 0.55 |
| Hex | 28 | F0 | 41 | 53 | 0 | 49 | 6 | 80 | 57 | 37 |
| Octal | 50 | 360 | 101 | 123 | 0 | 111 | 6 | 200 | 127 | 67 |
| Binary | 101000 | 11110000 | 1000001 | 1010011 | 0 | 1001001 | 110 | 10000000 | 1010111 | 110111 |
Color Harmonies of #28F041
Complementary color
Monochromatic Colors of #28F041
Black with #28F041
Text Example
Text Example
White with #28F041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F041; }
p { color: rgb(40,240,65); }
H1.HeaderClassName
{
color: #28F041;
}
.AnyTagClassName
{
color: #28F041;
}
</style>
background-color css
<style>
a { background-color: #28F041; }
a { background-color: rgb(40,240,65); }
div.DivClassName
{
background-color: #28F041;
}
.BgClassName
{
background-color: #28F041;
}
</style>
border-color css
<style>
span { border-color: #28F041; }
span { border-color: rgb(40,240,65); }
td.TdClassName
{
border-color: #28F041;
}
.TagClassName
{
border-color: #28F041;
}
</style>