Shades of Lime Green #28E341
Tints of Lime Green #28E341
RGB
CMYK
RGB Variations
Color information
#28E341 (or 0x28E341) is known color: Lime Green. HEX triplet: 28, E3 and 41. RGB value is (40,227,65). Sum of RGB (Red+Green+Blue) = 40+227+65=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 227 (89.06% from 255 or 68.37% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 227 - color contains mainly: green. Hex color #28E341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E341 is #D71CBE. Grayscale: #999999. Windows color (decimal): -14097599 or 4317992. OLE color: 4317992.
HSL color Cylindrical-coordinate representation of color #28E341: hue angle of 128.02º degrees, saturation: 0.77, 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 #28E341 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 227 | 65 | - |
| CMYK | 0.82 | 0 | 0.71 | 0.11 |
| HSL | 128.02º | 0.77% | 0.52% | - |
| HSV(B) | 128.02º | 0.82% | 0.89% | - |
| XYZ | 29.3 | 55.77 | 14.22 | - |
| YUV | 152.62 | 78.55 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 227 | 65 | 0.82 | 0 | 0.71 | 0.11 | 128.02 | 0.77 | 0.52 |
| Hex | 28 | E3 | 41 | 52 | 0 | 47 | B | 80 | 4D | 34 |
| Octal | 50 | 343 | 101 | 122 | 0 | 107 | 13 | 200 | 115 | 64 |
| Binary | 101000 | 11100011 | 1000001 | 1010010 | 0 | 1000111 | 1011 | 10000000 | 1001101 | 110100 |
Color Harmonies of #28E341
Complementary color
Monochromatic Colors of #28E341
Black with #28E341
Text Example
Text Example
White with #28E341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E341; }
p { color: rgb(40,227,65); }
H1.HeaderClassName
{
color: #28E341;
}
.AnyTagClassName
{
color: #28E341;
}
</style>
background-color css
<style>
a { background-color: #28E341; }
a { background-color: rgb(40,227,65); }
div.DivClassName
{
background-color: #28E341;
}
.BgClassName
{
background-color: #28E341;
}
</style>
border-color css
<style>
span { border-color: #28E341; }
span { border-color: rgb(40,227,65); }
td.TdClassName
{
border-color: #28E341;
}
.TagClassName
{
border-color: #28E341;
}
</style>