Shades of Lime Green #16CE2B
Tints of Lime Green #16CE2B
RGB
CMYK
RGB Variations
Color information
#16CE2B (or 0x16CE2B) is known color: Lime Green. HEX triplet: 16, CE and 2B. RGB value is (22,206,43). Sum of RGB (Red+Green+Blue) = 22+206+43=271 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.12% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #16CE2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CE2B is #E931D4. Grayscale: #848484. Windows color (decimal): -15282645 or 2870806. OLE color: 2870806.
HSL color Cylindrical-coordinate representation of color #16CE2B: hue angle of 126.85º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CE2B is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 22 | 206 | 43 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.19 |
| HSL | 126.85º | 0.81% | 0.45% | - |
| HSV(B) | 126.85º | 0.89% | 0.81% | - |
| XYZ | 22.84 | 44.49 | 9.67 | - |
| YUV | 132.4 | 77.54 | 49.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 206 | 43 | 0.89 | 0 | 0.79 | 0.19 | 126.85 | 0.81 | 0.45 |
| Hex | 16 | CE | 2B | 59 | 0 | 4F | 13 | 7F | 51 | 2D |
| Octal | 26 | 316 | 53 | 131 | 0 | 117 | 23 | 177 | 121 | 55 |
| Binary | 10110 | 11001110 | 101011 | 1011001 | 0 | 1001111 | 10011 | 1111111 | 1010001 | 101101 |
Color Harmonies of #16CE2B
Complementary color
Monochromatic Colors of #16CE2B
Black with #16CE2B
Text Example
Text Example
White with #16CE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CE2B; }
p { color: rgb(22,206,43); }
H1.HeaderClassName
{
color: #16CE2B;
}
.AnyTagClassName
{
color: #16CE2B;
}
</style>
background-color css
<style>
a { background-color: #16CE2B; }
a { background-color: rgb(22,206,43); }
div.DivClassName
{
background-color: #16CE2B;
}
.BgClassName
{
background-color: #16CE2B;
}
</style>
border-color css
<style>
span { border-color: #16CE2B; }
span { border-color: rgb(22,206,43); }
td.TdClassName
{
border-color: #16CE2B;
}
.TagClassName
{
border-color: #16CE2B;
}
</style>