Html Css Color HEX #20DF23 Lime Green

📋 copy color: '#20DF23'

red 32 ◦ green 223 ◦ blue 35

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

Shades of Lime Green #20DF23

Tints of Lime Green #20DF23

RGB

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

 GREEN value IS 223 (87.5% from 255) = 76.9%

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

R = 11.03%
G = 76.9%
B = 12.07%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#20DF23 (or 0x20DF23) is known color: Lime Green. HEX triplet: 20, DF and 23. RGB value is (32,223,35). Sum of RGB (Red+Green+Blue) = 32+223+35=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 223 (87.5% from 255 or 76.90% from 290); Blue value is 35 (14.06% from 255 or 12.07% from 290); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF23 is #DF20DC. Grayscale: #919191. Windows color (decimal): -14622941 or 2350880. OLE color: 2350880.

HSL color Cylindrical-coordinate representation of color #20DF23: hue angle of 120.94º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DF23 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 223 35 -
CMYK 0.86 0 0.84 0.13
HSL 120.94º 0.75% 0.5% -
HSV(B) 120.94º 0.86% 0.87% -
XYZ 27.29 53.2 10.42 -
YUV 144.46 66.22 47.79 -
System Red Green Blue C M Y K H S L
Decimal 32 223 35 0.86 0 0.84 0.13 120.94 0.75 0.5
Hex 20 DF 23 56 0 54 D 79 4B 32
Octal 40 337 43 126 0 124 15 171 113 62
Binary 100000 11011111 100011 1010110 0 1010100 1101 1111001 1001011 110010

Color Harmonies of #20DF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF23

Black with #20DF23

Text Example


Text Example

White with #20DF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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