Shades of Lime Green #28C544
Tints of Lime Green #28C544
RGB
CMYK
RGB Variations
Color information
#28C544 (or 0x28C544) is known color: Lime Green. HEX triplet: 28, C5 and 44. RGB value is (40,197,68). Sum of RGB (Red+Green+Blue) = 40+197+68=305 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.11% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #28C544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C544 is #D73ABB. Grayscale: #878787. Windows color (decimal): -14105276 or 4506920. OLE color: 4506920.
HSL color Cylindrical-coordinate representation of color #28C544: hue angle of 130.7º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C544 is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 68 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.23 |
| HSL | 130.7º | 0.66% | 0.46% | - |
| HSV(B) | 130.7º | 0.8% | 0.77% | - |
| XYZ | 21.88 | 40.8 | 12.19 | - |
| YUV | 135.35 | 89.99 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 68 | 0.80 | 0 | 0.65 | 0.23 | 130.7 | 0.66 | 0.46 |
| Hex | 28 | C5 | 44 | 50 | 0 | 41 | 17 | 83 | 42 | 2E |
| Octal | 50 | 305 | 104 | 120 | 0 | 101 | 27 | 203 | 102 | 56 |
| Binary | 101000 | 11000101 | 1000100 | 1010000 | 0 | 1000001 | 10111 | 10000011 | 1000010 | 101110 |
Color Harmonies of #28C544
Complementary color
Monochromatic Colors of #28C544
Black with #28C544
Text Example
Text Example
White with #28C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C544; }
p { color: rgb(40,197,68); }
H1.HeaderClassName
{
color: #28C544;
}
.AnyTagClassName
{
color: #28C544;
}
</style>
background-color css
<style>
a { background-color: #28C544; }
a { background-color: rgb(40,197,68); }
div.DivClassName
{
background-color: #28C544;
}
.BgClassName
{
background-color: #28C544;
}
</style>
border-color css
<style>
span { border-color: #28C544; }
span { border-color: rgb(40,197,68); }
td.TdClassName
{
border-color: #28C544;
}
.TagClassName
{
border-color: #28C544;
}
</style>