Shades of Lime Green #16DC2B
Tints of Lime Green #16DC2B
RGB
CMYK
RGB Variations
Color information
#16DC2B (or 0x16DC2B) is known color: Lime Green. HEX triplet: 16, DC and 2B. RGB value is (22,220,43). Sum of RGB (Red+Green+Blue) = 22+220+43=285 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.72% from 285); Green value is 220 (86.33% from 255 or 77.19% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 220 - color contains mainly: green. Hex color #16DC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16DC2B is #E923D4. Grayscale: #8D8D8D. Windows color (decimal): -15279061 or 2874390. OLE color: 2874390.
HSL color Cylindrical-coordinate representation of color #16DC2B: hue angle of 126.36º 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 #16DC2B is Cyan = 0.9, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 220 | 43 | - |
| CMYK | 0.9 | 0 | 0.80 | 0.14 |
| HSL | 126.36º | 0.82% | 0.47% | - |
| HSV(B) | 126.36º | 0.9% | 0.86% | - |
| XYZ | 26.36 | 51.53 | 10.84 | - |
| YUV | 140.62 | 72.9 | 43.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 220 | 43 | 0.9 | 0 | 0.80 | 0.14 | 126.36 | 0.82 | 0.47 |
| Hex | 16 | DC | 2B | 5A | 0 | 50 | E | 7E | 52 | 2F |
| Octal | 26 | 334 | 53 | 132 | 0 | 120 | 16 | 176 | 122 | 57 |
| Binary | 10110 | 11011100 | 101011 | 1011010 | 0 | 1010000 | 1110 | 1111110 | 1010010 | 101111 |
Color Harmonies of #16DC2B
Complementary color
Monochromatic Colors of #16DC2B
Black with #16DC2B
Text Example
Text Example
White with #16DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DC2B; }
p { color: rgb(22,220,43); }
H1.HeaderClassName
{
color: #16DC2B;
}
.AnyTagClassName
{
color: #16DC2B;
}
</style>
background-color css
<style>
a { background-color: #16DC2B; }
a { background-color: rgb(22,220,43); }
div.DivClassName
{
background-color: #16DC2B;
}
.BgClassName
{
background-color: #16DC2B;
}
</style>
border-color css
<style>
span { border-color: #16DC2B; }
span { border-color: rgb(22,220,43); }
td.TdClassName
{
border-color: #16DC2B;
}
.TagClassName
{
border-color: #16DC2B;
}
</style>