Shades of Lime Green #28E241
Tints of Lime Green #28E241
RGB
CMYK
RGB Variations
Color information
#28E241 (or 0x28E241) is known color: Lime Green. HEX triplet: 28, E2 and 41. RGB value is (40,226,65). Sum of RGB (Red+Green+Blue) = 40+226+65=331 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.08% from 331); Green value is 226 (88.67% from 255 or 68.28% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 226 - color contains mainly: green. Hex color #28E241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E241 is #D71DBE. Grayscale: #989898. Windows color (decimal): -14097855 or 4317736. OLE color: 4317736.
HSL color Cylindrical-coordinate representation of color #28E241: hue angle of 128.06º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E241 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 226 | 65 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.11 |
| HSL | 128.06º | 0.76% | 0.52% | - |
| HSV(B) | 128.06º | 0.82% | 0.89% | - |
| XYZ | 29.03 | 55.23 | 14.13 | - |
| YUV | 152.03 | 78.88 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 226 | 65 | 0.82 | 0 | 0.71 | 0.11 | 128.06 | 0.76 | 0.52 |
| Hex | 28 | E2 | 41 | 52 | 0 | 47 | B | 80 | 4C | 34 |
| Octal | 50 | 342 | 101 | 122 | 0 | 107 | 13 | 200 | 114 | 64 |
| Binary | 101000 | 11100010 | 1000001 | 1010010 | 0 | 1000111 | 1011 | 10000000 | 1001100 | 110100 |
Color Harmonies of #28E241
Complementary color
Monochromatic Colors of #28E241
Black with #28E241
Text Example
Text Example
White with #28E241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E241; }
p { color: rgb(40,226,65); }
H1.HeaderClassName
{
color: #28E241;
}
.AnyTagClassName
{
color: #28E241;
}
</style>
background-color css
<style>
a { background-color: #28E241; }
a { background-color: rgb(40,226,65); }
div.DivClassName
{
background-color: #28E241;
}
.BgClassName
{
background-color: #28E241;
}
</style>
border-color css
<style>
span { border-color: #28E241; }
span { border-color: rgb(40,226,65); }
td.TdClassName
{
border-color: #28E241;
}
.TagClassName
{
border-color: #28E241;
}
</style>