Shades of Lime Green #16D52D
Tints of Lime Green #16D52D
RGB
CMYK
RGB Variations
Color information
#16D52D (or 0x16D52D) is known color: Lime Green. HEX triplet: 16, D5 and 2D. RGB value is (22,213,45). Sum of RGB (Red+Green+Blue) = 22+213+45=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 213 (83.59% from 255 or 76.07% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 213 - color contains mainly: green. Hex color #16D52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D52D is #E92AD2. Grayscale: #898989. Windows color (decimal): -15280851 or 3003670. OLE color: 3003670.
HSL color Cylindrical-coordinate representation of color #16D52D: hue angle of 127.23º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D52D is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 45 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.16 |
| HSL | 127.23º | 0.81% | 0.46% | - |
| HSV(B) | 127.23º | 0.9% | 0.84% | - |
| XYZ | 24.6 | 47.95 | 10.44 | - |
| YUV | 136.74 | 76.22 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 45 | 0.90 | 0 | 0.79 | 0.16 | 127.23 | 0.81 | 0.46 |
| Hex | 16 | D5 | 2D | 5A | 0 | 4F | 10 | 7F | 51 | 2E |
| Octal | 26 | 325 | 55 | 132 | 0 | 117 | 20 | 177 | 121 | 56 |
| Binary | 10110 | 11010101 | 101101 | 1011010 | 0 | 1001111 | 10000 | 1111111 | 1010001 | 101110 |
Color Harmonies of #16D52D
Complementary color
Monochromatic Colors of #16D52D
Black with #16D52D
Text Example
Text Example
White with #16D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D52D; }
p { color: rgb(22,213,45); }
H1.HeaderClassName
{
color: #16D52D;
}
.AnyTagClassName
{
color: #16D52D;
}
</style>
background-color css
<style>
a { background-color: #16D52D; }
a { background-color: rgb(22,213,45); }
div.DivClassName
{
background-color: #16D52D;
}
.BgClassName
{
background-color: #16D52D;
}
</style>
border-color css
<style>
span { border-color: #16D52D; }
span { border-color: rgb(22,213,45); }
td.TdClassName
{
border-color: #16D52D;
}
.TagClassName
{
border-color: #16D52D;
}
</style>