Shades of Lime Green #28C219
Tints of Lime Green #28C219
RGB
CMYK
RGB Variations
Color information
#28C219 (or 0x28C219) is known color: Lime Green. HEX triplet: 28, C2 and 19. RGB value is (40,194,25). Sum of RGB (Red+Green+Blue) = 40+194+25=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 194 (76.17% from 255 or 74.90% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 194 - color contains mainly: green. Hex color #28C219 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C219 is #D73DE6. Grayscale: #818181. Windows color (decimal): -14106087 or 1688104. OLE color: 1688104.
HSL color Cylindrical-coordinate representation of color #28C219: hue angle of 114.67º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28C219 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 25 | - |
| CMYK | 0.79 | 0 | 0.87 | 0.24 |
| HSL | 114.67º | 0.77% | 0.43% | - |
| HSV(B) | 114.67º | 0.87% | 0.76% | - |
| XYZ | 20.34 | 39.1 | 7.4 | - |
| YUV | 128.69 | 69.48 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 25 | 0.79 | 0 | 0.87 | 0.24 | 114.67 | 0.77 | 0.43 |
| Hex | 28 | C2 | 19 | 4F | 0 | 57 | 18 | 73 | 4D | 2B |
| Octal | 50 | 302 | 31 | 117 | 0 | 127 | 30 | 163 | 115 | 53 |
| Binary | 101000 | 11000010 | 11001 | 1001111 | 0 | 1010111 | 11000 | 1110011 | 1001101 | 101011 |
Color Harmonies of #28C219
Complementary color
Monochromatic Colors of #28C219
Black with #28C219
Text Example
Text Example
White with #28C219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C219; }
p { color: rgb(40,194,25); }
H1.HeaderClassName
{
color: #28C219;
}
.AnyTagClassName
{
color: #28C219;
}
</style>
background-color css
<style>
a { background-color: #28C219; }
a { background-color: rgb(40,194,25); }
div.DivClassName
{
background-color: #28C219;
}
.BgClassName
{
background-color: #28C219;
}
</style>
border-color css
<style>
span { border-color: #28C219; }
span { border-color: rgb(40,194,25); }
td.TdClassName
{
border-color: #28C219;
}
.TagClassName
{
border-color: #28C219;
}
</style>