Html Css Color HEX #20D62F Lime Green

📋 copy color: '#20D62F'

red 32 ◦ green 214 ◦ blue 47

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

Shades of Lime Green #20D62F

Tints of Lime Green #20D62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 10.92%
G = 73.04%
B = 16.04%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#20D62F (or 0x20D62F) is known color: Lime Green. HEX triplet: 20, D6 and 2F. RGB value is (32,214,47). Sum of RGB (Red+Green+Blue) = 32+214+47=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 214 (83.98% from 255 or 73.04% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 214 - color contains mainly: green. Hex color #20D62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D62F is #DF29D0. Grayscale: #8D8D8D. Windows color (decimal): -14625233 or 3135008. OLE color: 3135008.

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

Color convert

RGB 32 214 47 -
CMYK 0.85 0 0.78 0.16
HSL 124.95º 0.74% 0.48% -
HSV(B) 124.95º 0.85% 0.84% -
XYZ 25.16 48.61 10.75 -
YUV 140.54 75.2 50.58 -
System Red Green Blue C M Y K H S L
Decimal 32 214 47 0.85 0 0.78 0.16 124.95 0.74 0.48
Hex 20 D6 2F 55 0 4E 10 7D 4A 30
Octal 40 326 57 125 0 116 20 175 112 60
Binary 100000 11010110 101111 1010101 0 1001110 10000 1111101 1001010 110000

Color Harmonies of #20D62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D62F

Black with #20D62F

Text Example


Text Example

White with #20D62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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