Html Css Color HEX #20DC34 Lime Green

📋 copy color: '#20DC34'

red 32 ◦ green 220 ◦ blue 52

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

Shades of Lime Green #20DC34

Tints of Lime Green #20DC34

RGB

 RED value IS 32 (12.89% from 255) = 10.53%

 GREEN value IS 220 (86.33% from 255) = 72.37%

 BLUE value IS 52 (20.7% from 255) = 17.11%

R = 10.53%
G = 72.37%
B = 17.11%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#20DC34 (or 0x20DC34) is known color: Lime Green. HEX triplet: 20, DC and 34. RGB value is (32,220,52). Sum of RGB (Red+Green+Blue) = 32+220+52=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 52 (20.70% from 255 or 17.11% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC34 is #DF23CB. Grayscale: #919191. Windows color (decimal): -14623692 or 3464224. OLE color: 3464224.

HSL color Cylindrical-coordinate representation of color #20DC34: hue angle of 126.38º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DC34 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 220 52 -
CMYK 0.85 0 0.76 0.14
HSL 126.38º 0.75% 0.49% -
HSV(B) 126.38º 0.85% 0.86% -
XYZ 26.81 51.74 11.82 -
YUV 144.64 75.72 47.66 -
System Red Green Blue C M Y K H S L
Decimal 32 220 52 0.85 0 0.76 0.14 126.38 0.75 0.49
Hex 20 DC 34 55 0 4C E 7E 4B 31
Octal 40 334 64 125 0 114 16 176 113 61
Binary 100000 11011100 110100 1010101 0 1001100 1110 1111110 1001011 110001

Color Harmonies of #20DC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC34

Black with #20DC34

Text Example


Text Example

White with #20DC34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,220,52); }

 H1.HeaderClassName
 {
   color: #20DC34;
 }
 .AnyTagClassName
 {
   color: #20DC34;
 }
</style>

background-color css

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

 a { background-color: rgb(32,220,52); }

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

border-color css

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

 span { border-color: rgb(32,220,52); }

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