Html Css Color HEX #20D62E Lime Green

📋 copy color: '#20D62E'

red 32 ◦ green 214 ◦ blue 46

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

Shades of Lime Green #20D62E

Tints of Lime Green #20D62E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 73.29%

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 10.96%
G = 73.29%
B = 15.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#20D62E (or 0x20D62E) is known color: Lime Green. HEX triplet: 20, D6 and 2E. RGB value is (32,214,46). Sum of RGB (Red+Green+Blue) = 32+214+46=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 214 (83.98% from 255 or 73.29% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 214 - color contains mainly: green. Hex color #20D62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D62E is #DF29D1. Grayscale: #8C8C8C. Windows color (decimal): -14625234 or 3069472. OLE color: 3069472.

HSL color Cylindrical-coordinate representation of color #20D62E: hue angle of 124.62º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D62E is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 214 46 -
CMYK 0.85 0 0.79 0.16
HSL 124.62º 0.74% 0.48% -
HSV(B) 124.62º 0.85% 0.84% -
XYZ 25.14 48.6 10.64 -
YUV 140.43 74.7 50.66 -
System Red Green Blue C M Y K H S L
Decimal 32 214 46 0.85 0 0.79 0.16 124.62 0.74 0.48
Hex 20 D6 2E 55 0 4F 10 7D 4A 30
Octal 40 326 56 125 0 117 20 175 112 60
Binary 100000 11010110 101110 1010101 0 1001111 10000 1111101 1001010 110000

Color Harmonies of #20D62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D62E

Black with #20D62E

Text Example


Text Example

White with #20D62E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,214,46); }

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

background-color css

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

 a { background-color: rgb(32,214,46); }

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

border-color css

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

 span { border-color: rgb(32,214,46); }

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