Html Css Color HEX #20DC3E Lime Green

📋 copy color: '#20DC3E'

red 32 ◦ green 220 ◦ blue 62

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

Shades of Lime Green #20DC3E

Tints of Lime Green #20DC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.75%

R = 10.19%
G = 70.06%
B = 19.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#20DC3E (or 0x20DC3E) is known color: Lime Green. HEX triplet: 20, DC and 3E. RGB value is (32,220,62). Sum of RGB (Red+Green+Blue) = 32+220+62=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC3E is #DF23C1. Grayscale: #929292. Windows color (decimal): -14623682 or 4119584. OLE color: 4119584.

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

Color convert

RGB 32 220 62 -
CMYK 0.85 0 0.72 0.14
HSL 129.57º 0.75% 0.49% -
HSV(B) 129.57º 0.85% 0.86% -
XYZ 27.06 51.84 13.14 -
YUV 145.78 80.72 46.85 -
System Red Green Blue C M Y K H S L
Decimal 32 220 62 0.85 0 0.72 0.14 129.57 0.75 0.49
Hex 20 DC 3E 55 0 48 E 82 4B 31
Octal 40 334 76 125 0 110 16 202 113 61
Binary 100000 11011100 111110 1010101 0 1001000 1110 10000010 1001011 110001

Color Harmonies of #20DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC3E

Black with #20DC3E

Text Example


Text Example

White with #20DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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