Shades of Lime Green #16D023
Tints of Lime Green #16D023
RGB
CMYK
RGB Variations
Color information
#16D023 (or 0x16D023) is known color: Lime Green. HEX triplet: 16, D0 and 23. RGB value is (22,208,35). Sum of RGB (Red+Green+Blue) = 22+208+35=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 208 (81.64% from 255 or 78.49% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 208 - color contains mainly: green. Hex color #16D023 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16D023 is #E92FDC. Grayscale: #858585. Windows color (decimal): -15282141 or 2347030. OLE color: 2347030.
HSL color Cylindrical-coordinate representation of color #16D023: hue angle of 124.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16D023 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 22 | 208 | 35 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.18 |
| HSL | 124.19º | 0.81% | 0.45% | - |
| HSV(B) | 124.19º | 0.89% | 0.82% | - |
| XYZ | 23.19 | 45.4 | 9.13 | - |
| YUV | 132.66 | 72.88 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 208 | 35 | 0.89 | 0 | 0.83 | 0.18 | 124.19 | 0.81 | 0.45 |
| Hex | 16 | D0 | 23 | 59 | 0 | 53 | 12 | 7C | 51 | 2D |
| Octal | 26 | 320 | 43 | 131 | 0 | 123 | 22 | 174 | 121 | 55 |
| Binary | 10110 | 11010000 | 100011 | 1011001 | 0 | 1010011 | 10010 | 1111100 | 1010001 | 101101 |
Color Harmonies of #16D023
Complementary color
Monochromatic Colors of #16D023
Black with #16D023
Text Example
Text Example
White with #16D023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D023; }
p { color: rgb(22,208,35); }
H1.HeaderClassName
{
color: #16D023;
}
.AnyTagClassName
{
color: #16D023;
}
</style>
background-color css
<style>
a { background-color: #16D023; }
a { background-color: rgb(22,208,35); }
div.DivClassName
{
background-color: #16D023;
}
.BgClassName
{
background-color: #16D023;
}
</style>
border-color css
<style>
span { border-color: #16D023; }
span { border-color: rgb(22,208,35); }
td.TdClassName
{
border-color: #16D023;
}
.TagClassName
{
border-color: #16D023;
}
</style>