Html Css Color HEX #20DF3B Lime Green

📋 copy color: '#20DF3B'

red 32 ◦ green 223 ◦ blue 59

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

Shades of Lime Green #20DF3B

Tints of Lime Green #20DF3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.79%

R = 10.19%
G = 71.02%
B = 18.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#20DF3B (or 0x20DF3B) is known color: Lime Green. HEX triplet: 20, DF and 3B. RGB value is (32,223,59). Sum of RGB (Red+Green+Blue) = 32+223+59=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 223 (87.5% from 255 or 71.02% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF3B is #DF20C4. Grayscale: #939393. Windows color (decimal): -14622917 or 3923744. OLE color: 3923744.

HSL color Cylindrical-coordinate representation of color #20DF3B: hue angle of 128.48º 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 #20DF3B is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 223 59 -
CMYK 0.86 0 0.74 0.13
HSL 128.48º 0.75% 0.5% -
HSV(B) 128.48º 0.86% 0.87% -
XYZ 27.77 53.4 12.98 -
YUV 147.2 78.22 45.84 -
System Red Green Blue C M Y K H S L
Decimal 32 223 59 0.86 0 0.74 0.13 128.48 0.75 0.5
Hex 20 DF 3B 56 0 4A D 80 4B 32
Octal 40 337 73 126 0 112 15 200 113 62
Binary 100000 11011111 111011 1010110 0 1001010 1101 10000000 1001011 110010

Color Harmonies of #20DF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF3B

Black with #20DF3B

Text Example


Text Example

White with #20DF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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