Shades of Lime Green #28C216
Tints of Lime Green #28C216
RGB
CMYK
RGB Variations
Color information
#28C216 (or 0x28C216) is known color: Lime Green. HEX triplet: 28, C2 and 16. RGB value is (40,194,22). Sum of RGB (Red+Green+Blue) = 40+194+22=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #28C216 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C216 is #D73DE9. Grayscale: #808080. Windows color (decimal): -14106090 or 1491496. OLE color: 1491496.
HSL color Cylindrical-coordinate representation of color #28C216: hue angle of 113.72º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28C216 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 22 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.24 |
| HSL | 113.72º | 0.8% | 0.42% | - |
| HSV(B) | 113.72º | 0.89% | 0.76% | - |
| XYZ | 20.31 | 39.09 | 7.23 | - |
| YUV | 128.35 | 67.98 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 22 | 0.79 | 0 | 0.89 | 0.24 | 113.72 | 0.8 | 0.42 |
| Hex | 28 | C2 | 16 | 4F | 0 | 59 | 18 | 72 | 50 | 2A |
| Octal | 50 | 302 | 26 | 117 | 0 | 131 | 30 | 162 | 120 | 52 |
| Binary | 101000 | 11000010 | 10110 | 1001111 | 0 | 1011001 | 11000 | 1110010 | 1010000 | 101010 |
Color Harmonies of #28C216
Complementary color
Monochromatic Colors of #28C216
Black with #28C216
Text Example
Text Example
White with #28C216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C216; }
p { color: rgb(40,194,22); }
H1.HeaderClassName
{
color: #28C216;
}
.AnyTagClassName
{
color: #28C216;
}
</style>
background-color css
<style>
a { background-color: #28C216; }
a { background-color: rgb(40,194,22); }
div.DivClassName
{
background-color: #28C216;
}
.BgClassName
{
background-color: #28C216;
}
</style>
border-color css
<style>
span { border-color: #28C216; }
span { border-color: rgb(40,194,22); }
td.TdClassName
{
border-color: #28C216;
}
.TagClassName
{
border-color: #28C216;
}
</style>