Shades of Lime Green #28C741
Tints of Lime Green #28C741
RGB
CMYK
RGB Variations
Color information
#28C741 (or 0x28C741) is known color: Lime Green. HEX triplet: 28, C7 and 41. RGB value is (40,199,65). Sum of RGB (Red+Green+Blue) = 40+199+65=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 199 (78.12% from 255 or 65.46% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 199 - color contains mainly: green. Hex color #28C741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C741 is #D738BE. Grayscale: #888888. Windows color (decimal): -14104767 or 4310824. OLE color: 4310824.
HSL color Cylindrical-coordinate representation of color #28C741: hue angle of 129.43º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C741 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 65 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.22 |
| HSL | 129.43º | 0.67% | 0.47% | - |
| HSV(B) | 129.43º | 0.8% | 0.78% | - |
| XYZ | 22.25 | 41.68 | 11.87 | - |
| YUV | 136.18 | 87.82 | 59.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 65 | 0.80 | 0 | 0.67 | 0.22 | 129.43 | 0.67 | 0.47 |
| Hex | 28 | C7 | 41 | 50 | 0 | 43 | 16 | 81 | 43 | 2F |
| Octal | 50 | 307 | 101 | 120 | 0 | 103 | 26 | 201 | 103 | 57 |
| Binary | 101000 | 11000111 | 1000001 | 1010000 | 0 | 1000011 | 10110 | 10000001 | 1000011 | 101111 |
Color Harmonies of #28C741
Complementary color
Monochromatic Colors of #28C741
Black with #28C741
Text Example
Text Example
White with #28C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C741; }
p { color: rgb(40,199,65); }
H1.HeaderClassName
{
color: #28C741;
}
.AnyTagClassName
{
color: #28C741;
}
</style>
background-color css
<style>
a { background-color: #28C741; }
a { background-color: rgb(40,199,65); }
div.DivClassName
{
background-color: #28C741;
}
.BgClassName
{
background-color: #28C741;
}
</style>
border-color css
<style>
span { border-color: #28C741; }
span { border-color: rgb(40,199,65); }
td.TdClassName
{
border-color: #28C741;
}
.TagClassName
{
border-color: #28C741;
}
</style>