#16CE20

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

Shades of Lime Green #16CE20

Tints of Lime Green #16CE20

Color information

#16CE20 (or 0x16CE20) is unknown color: approx Lime Green. HEX triplet: 16, CE and 20. RGB value is (22,206,32). Sum of RGB (Red+Green+Blue) = 22+206+32=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #16CE20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CE20 is #E931DF. Grayscale: #838383. Windows color (decimal): -15282656 or 2149910. OLE color: 2149910.

HSL color Cylindrical-coordinate representation of color #16CE20: hue angle of 123.26º 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 #16CE20 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB2220632-
CMYK0.8900.840.19
HSL123.26º80.7%44.71%-
HSV(B)123.26º89.32%80.78%-
XYZ22.6644.428.75-
YUV131.1572.0450.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.46%
GREEN value IS 206 (80.86% from 255) = 79.23%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=8.46%
G=79.23%
B=12.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal22206320.8900.840.19123.2680.744.71
Hex16CE2059054137b512d
Octal263164013101242317312155
Binary10110110011101000001011001010101001001111110111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CE20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,206,32); }

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

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

 a { background-color: rgb(22,206,32); }

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

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

 span { border-color: rgb(22,206,32); }

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