Html Css Color HEX #20DB32 Lime Green

📋 copy color: '#20DB32'

red 32 ◦ green 219 ◦ blue 50

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

Shades of Lime Green #20DB32

Tints of Lime Green #20DB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 72.76%

 BLUE value IS 50 (19.92% from 255) = 16.61%

R = 10.63%
G = 72.76%
B = 16.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#20DB32 (or 0x20DB32) is known color: Lime Green. HEX triplet: 20, DB and 32. RGB value is (32,219,50). Sum of RGB (Red+Green+Blue) = 32+219+50=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 219 (85.94% from 255 or 72.76% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DB32 is #DF24CD. Grayscale: #909090. Windows color (decimal): -14623950 or 3332896. OLE color: 3332896.

HSL color Cylindrical-coordinate representation of color #20DB32: hue angle of 125.78º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB32 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 219 50 -
CMYK 0.85 0 0.77 0.14
HSL 125.78º 0.75% 0.49% -
HSV(B) 125.78º 0.85% 0.86% -
XYZ 26.5 51.2 11.5 -
YUV 143.82 75.05 48.24 -
System Red Green Blue C M Y K H S L
Decimal 32 219 50 0.85 0 0.77 0.14 125.78 0.75 0.49
Hex 20 DB 32 55 0 4D E 7E 4B 31
Octal 40 333 62 125 0 115 16 176 113 61
Binary 100000 11011011 110010 1010101 0 1001101 1110 1111110 1001011 110001

Color Harmonies of #20DB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB32

Black with #20DB32

Text Example


Text Example

White with #20DB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,219,50); }

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

background-color css

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

 a { background-color: rgb(32,219,50); }

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

border-color css

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

 span { border-color: rgb(32,219,50); }

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