Html Css Color HEX #20DC38 Lime Green

📋 copy color: '#20DC38'

red 32 ◦ green 220 ◦ blue 56

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

Shades of Lime Green #20DC38

Tints of Lime Green #20DC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 10.39%
G = 71.43%
B = 18.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#20DC38 (or 0x20DC38) is known color: Lime Green. HEX triplet: 20, DC and 38. RGB value is (32,220,56). Sum of RGB (Red+Green+Blue) = 32+220+56=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 220 (86.33% from 255 or 71.43% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC38 is #DF23C7. Grayscale: #919191. Windows color (decimal): -14623688 or 3726368. OLE color: 3726368.

HSL color Cylindrical-coordinate representation of color #20DC38: hue angle of 127.66º 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 #20DC38 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 220 56 -
CMYK 0.85 0 0.75 0.14
HSL 127.66º 0.75% 0.49% -
HSV(B) 127.66º 0.85% 0.86% -
XYZ 26.9 51.78 12.32 -
YUV 145.09 77.72 47.34 -
System Red Green Blue C M Y K H S L
Decimal 32 220 56 0.85 0 0.75 0.14 127.66 0.75 0.49
Hex 20 DC 38 55 0 4B E 80 4B 31
Octal 40 334 70 125 0 113 16 200 113 61
Binary 100000 11011100 111000 1010101 0 1001011 1110 10000000 1001011 110001

Color Harmonies of #20DC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC38

Black with #20DC38

Text Example


Text Example

White with #20DC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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