Shades of Lime Green #16DC2C
Tints of Lime Green #16DC2C
RGB
CMYK
RGB Variations
Color information
#16DC2C (or 0x16DC2C) is known color: Lime Green. HEX triplet: 16, DC and 2C. RGB value is (22,220,44). Sum of RGB (Red+Green+Blue) = 22+220+44=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 220 (86.33% from 255 or 76.92% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DC2C is #E923D3. Grayscale: #8D8D8D. Windows color (decimal): -15279060 or 2939926. OLE color: 2939926.
HSL color Cylindrical-coordinate representation of color #16DC2C: hue angle of 126.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DC2C is Cyan = 0.9, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 44 | - |
| CMYK | 0.9 | 0 | 0.8 | 0.14 |
| HSL | 126.67º | 0.82% | 0.47% | - |
| HSV(B) | 126.67º | 0.9% | 0.86% | - |
| XYZ | 26.38 | 51.54 | 10.94 | - |
| YUV | 140.73 | 73.4 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 44 | 0.9 | 0 | 0.8 | 0.14 | 126.67 | 0.82 | 0.47 |
| Hex | 16 | DC | 2C | 5A | 0 | 50 | E | 7F | 52 | 2F |
| Octal | 26 | 334 | 54 | 132 | 0 | 120 | 16 | 177 | 122 | 57 |
| Binary | 10110 | 11011100 | 101100 | 1011010 | 0 | 1010000 | 1110 | 1111111 | 1010010 | 101111 |
Color Harmonies of #16DC2C
Complementary color
Monochromatic Colors of #16DC2C
Black with #16DC2C
Text Example
Text Example
White with #16DC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC2C; }
p { color: rgb(22,220,44); }
H1.HeaderClassName
{
color: #16DC2C;
}
.AnyTagClassName
{
color: #16DC2C;
}
</style>
background-color css
<style>
a { background-color: #16DC2C; }
a { background-color: rgb(22,220,44); }
div.DivClassName
{
background-color: #16DC2C;
}
.BgClassName
{
background-color: #16DC2C;
}
</style>
border-color css
<style>
span { border-color: #16DC2C; }
span { border-color: rgb(22,220,44); }
td.TdClassName
{
border-color: #16DC2C;
}
.TagClassName
{
border-color: #16DC2C;
}
</style>