Html Css Color HEX #20D922 Lime Green

📋 copy color: '#20D922'

red 32 ◦ green 217 ◦ blue 34

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

Shades of Lime Green #20D922

Tints of Lime Green #20D922

RGB

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

 GREEN value IS 217 (85.16% from 255) = 76.68%

 BLUE value IS 34 (13.67% from 255) = 12.01%

R = 11.31%
G = 76.68%
B = 12.01%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#20D922 (or 0x20D922) is known color: Lime Green. HEX triplet: 20, D9 and 22. RGB value is (32,217,34). Sum of RGB (Red+Green+Blue) = 32+217+34=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 217 (85.16% from 255 or 76.68% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 217 - color contains mainly: green. Hex color #20D922 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D922 is #DF26DD. Grayscale: #8D8D8D. Windows color (decimal): -14624478 or 2283808. OLE color: 2283808.

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

Color convert

RGB 32 217 34 -
CMYK 0.85 0 0.84 0.15
HSL 120.65º 0.74% 0.49% -
HSV(B) 120.65º 0.85% 0.85% -
XYZ 25.7 50.05 9.82 -
YUV 140.82 67.71 50.38 -
System Red Green Blue C M Y K H S L
Decimal 32 217 34 0.85 0 0.84 0.15 120.65 0.74 0.49
Hex 20 D9 22 55 0 54 F 79 4A 31
Octal 40 331 42 125 0 124 17 171 112 61
Binary 100000 11011001 100010 1010101 0 1010100 1111 1111001 1001010 110001

Color Harmonies of #20D922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D922

Black with #20D922

Text Example


Text Example

White with #20D922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,217,34); }

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

background-color css

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

 a { background-color: rgb(32,217,34); }

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

border-color css

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

 span { border-color: rgb(32,217,34); }

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