Html Css Color HEX #20D823 Lime Green

📋 copy color: '#20D823'

red 32 ◦ green 216 ◦ blue 35

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

Shades of Lime Green #20D823

Tints of Lime Green #20D823

RGB

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

 GREEN value IS 216 (84.77% from 255) = 76.33%

 BLUE value IS 35 (14.06% from 255) = 12.37%

R = 11.31%
G = 76.33%
B = 12.37%

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

#20D823 (or 0x20D823) is known color: Lime Green. HEX triplet: 20, D8 and 23. RGB value is (32,216,35). Sum of RGB (Red+Green+Blue) = 32+216+35=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #20D823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D823 is #DF27DC. Grayscale: #8C8C8C. Windows color (decimal): -14624733 or 2349088. OLE color: 2349088.

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

Color convert

RGB 32 216 35 -
CMYK 0.85 0 0.84 0.15
HSL 120.98º 0.74% 0.49% -
HSV(B) 120.98º 0.85% 0.85% -
XYZ 25.45 49.54 9.81 -
YUV 140.35 68.54 50.72 -
System Red Green Blue C M Y K H S L
Decimal 32 216 35 0.85 0 0.84 0.15 120.98 0.74 0.49
Hex 20 D8 23 55 0 54 F 79 4A 31
Octal 40 330 43 125 0 124 17 171 112 61
Binary 100000 11011000 100011 1010101 0 1010100 1111 1111001 1001010 110001

Color Harmonies of #20D823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D823

Black with #20D823

Text Example


Text Example

White with #20D823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,216,35); }

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

background-color css

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

 a { background-color: rgb(32,216,35); }

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

border-color css

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

 span { border-color: rgb(32,216,35); }

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