#16c021

Color #16C021 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #16C021

Tints of Lime Green #16C021

Color information

#16C021 (or 0x16C021) is unknown color: approx Lime Green. HEX triplet: 16, C0 and 21. RGB value is (22,192,33). Sum of RGB (Red+Green+Blue) = 22+192+33=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 192 (75.39% from 255 or 77.73% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 192 - color contains mainly: green. Hex color #16C021 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C021 is #E93FDE. Grayscale: #7B7B7B. Windows color (decimal): -15286239 or 2211862. OLE color: 2211862.

HSL color Cylindrical-coordinate representation of color #16C021: hue angle of 123.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C021 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB2219233-
CMYK0.8900.830.25
HSL123.88º79.44%41.96%-
HSV(B)123.88º88.54%75.29%-
XYZ19.4637.987.74-
YUV123.0477.1855.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 22 (8.98% from 255) = 8.91%
GREEN value IS 192 (75.39% from 255) = 77.73%
BLUE value IS 33 (13.28% from 255) = 13.36%
R=8.91%
G=77.73%
B=13.36%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22192330.8900.830.25123.8879.4441.96
Hex16C02159053197c4f2a
Octal263004113101233117411752
Binary10110110000001000011011001010100111100111111001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16c021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16c021; }

 p { color: rgb(22,192,33); }

 H1.HeaderClassName
 {
   color: #16c021;
 }
 .AnyTagClassName
 {
   color: #16c021;
 }
</style>
background-color css

<style>
 a { background-color: #16c021; }

 a { background-color: rgb(22,192,33); }

 div.DivClassName
 {
   background-color: #16c021;
 }
 .BgClassName
 {
   background-color: #16c021;
 }
</style>
border-color css

<style>
 span { border-color: #16c021; }

 span { border-color: rgb(22,192,33); }

 td.TdClassName
 {
   border-color: #16c021;
 }
 .TagClassName
 {
   border-color: #16c021;
 }
</style>