Html Css Color HEX #20D62A Lime Green

📋 copy color: '#20D62A'

red 32 ◦ green 214 ◦ blue 42

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

Shades of Lime Green #20D62A

Tints of Lime Green #20D62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.58%

R = 11.11%
G = 74.31%
B = 14.58%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#20D62A (or 0x20D62A) is known color: Lime Green. HEX triplet: 20, D6 and 2A. RGB value is (32,214,42). Sum of RGB (Red+Green+Blue) = 32+214+42=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 214 (83.98% from 255 or 74.31% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 214 - color contains mainly: green. Hex color #20D62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D62A is #DF29D5. Grayscale: #8C8C8C. Windows color (decimal): -14625238 or 2807328. OLE color: 2807328.

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

Color convert

RGB 32 214 42 -
CMYK 0.85 0 0.80 0.16
HSL 123.3º 0.74% 0.48% -
HSV(B) 123.3º 0.85% 0.84% -
XYZ 25.06 48.57 10.24 -
YUV 139.97 72.7 50.99 -
System Red Green Blue C M Y K H S L
Decimal 32 214 42 0.85 0 0.80 0.16 123.3 0.74 0.48
Hex 20 D6 2A 55 0 50 10 7B 4A 30
Octal 40 326 52 125 0 120 20 173 112 60
Binary 100000 11010110 101010 1010101 0 1010000 10000 1111011 1001010 110000

Color Harmonies of #20D62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D62A

Black with #20D62A

Text Example


Text Example

White with #20D62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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