Shades of Lime Green #16DC2E
Tints of Lime Green #16DC2E
RGB
CMYK
RGB Variations
Color information
#16DC2E (or 0x16DC2E) is known color: Lime Green. HEX triplet: 16, DC and 2E. RGB value is (22,220,46). Sum of RGB (Red+Green+Blue) = 22+220+46=288 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.64% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DC2E is #E923D1. Grayscale: #8D8D8D. Windows color (decimal): -15279058 or 3070998. OLE color: 3070998.
HSL color Cylindrical-coordinate representation of color #16DC2E: hue angle of 127.27º 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 #16DC2E is Cyan = 0.9, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 46 | - |
| CMYK | 0.9 | 0 | 0.79 | 0.14 |
| HSL | 127.27º | 0.82% | 0.47% | - |
| HSV(B) | 127.27º | 0.9% | 0.86% | - |
| XYZ | 26.42 | 51.55 | 11.14 | - |
| YUV | 140.96 | 74.4 | 43.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 46 | 0.9 | 0 | 0.79 | 0.14 | 127.27 | 0.82 | 0.47 |
| Hex | 16 | DC | 2E | 5A | 0 | 4F | E | 7F | 52 | 2F |
| Octal | 26 | 334 | 56 | 132 | 0 | 117 | 16 | 177 | 122 | 57 |
| Binary | 10110 | 11011100 | 101110 | 1011010 | 0 | 1001111 | 1110 | 1111111 | 1010010 | 101111 |
Color Harmonies of #16DC2E
Complementary color
Monochromatic Colors of #16DC2E
Black with #16DC2E
Text Example
Text Example
White with #16DC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC2E; }
p { color: rgb(22,220,46); }
H1.HeaderClassName
{
color: #16DC2E;
}
.AnyTagClassName
{
color: #16DC2E;
}
</style>
background-color css
<style>
a { background-color: #16DC2E; }
a { background-color: rgb(22,220,46); }
div.DivClassName
{
background-color: #16DC2E;
}
.BgClassName
{
background-color: #16DC2E;
}
</style>
border-color css
<style>
span { border-color: #16DC2E; }
span { border-color: rgb(22,220,46); }
td.TdClassName
{
border-color: #16DC2E;
}
.TagClassName
{
border-color: #16DC2E;
}
</style>