#20CE16

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

Shades of Lime Green #20CE16

Tints of Lime Green #20CE16

Color information

#20CE16 (or 0x20CE16) is unknown color: approx Lime Green. HEX triplet: 20, CE and 16. RGB value is (32,206,22). Sum of RGB (Red+Green+Blue) = 32+206+22=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CE16 is #DF31E9. Grayscale: #858585. Windows color (decimal): -14627306 or 1494560. OLE color: 1494560.

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

Color convert

RGB3220622-
CMYK0.8400.890.19
HSL116.74º80.7%44.71%-
HSV(B)116.74º89.32%80.78%-
XYZ22.8144.518.15-
YUV13365.3555.96-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32206220.8400.890.19116.7480.744.71
Hex20CE16540591375512d
Octal403162612401312316512155
Binary10000011001110101101010100010110011001111101011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20CE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20CE16; }

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

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

<style>
 a { background-color: #20CE16; }

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

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

<style>
 span { border-color: #20CE16; }

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

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