Html Css Color HEX #20CE16 Lime Green

📋 copy color: '#20CE16'

red 32 ◦ green 206 ◦ blue 22

#20CE16
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #20CE16

Tints of Lime Green #20CE16

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 value IS 0.84

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#20CE16 (or 0x20CE16) is known color: 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

RGB 32 206 22 -
CMYK 0.84 0 0.89 0.19
HSL 116.74º 0.81% 0.45% -
HSV(B) 116.74º 0.89% 0.81% -
XYZ 22.81 44.51 8.15 -
YUV 133 65.35 55.96 -
System Red Green Blue C M Y K H S L
Decimal 32 206 22 0.84 0 0.89 0.19 116.74 0.81 0.45
Hex 20 CE 16 54 0 59 13 75 51 2D
Octal 40 316 26 124 0 131 23 165 121 55
Binary 100000 11001110 10110 1010100 0 1011001 10011 1110101 1010001 101101

Color Harmonies of #20CE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CE16

Black with #20CE16

Text Example


Text Example

White with #20CE16

Text Example


Text Example

HTML Codes & Css Web 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>