Html Css Color HEX #20DF1D Lime Green

📋 copy color: '#20DF1D'

red 32 ◦ green 223 ◦ blue 29

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

Shades of Lime Green #20DF1D

Tints of Lime Green #20DF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.21%

R = 11.27%
G = 78.52%
B = 10.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#20DF1D (or 0x20DF1D) is known color: Lime Green. HEX triplet: 20, DF and 1D. RGB value is (32,223,29). Sum of RGB (Red+Green+Blue) = 32+223+29=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 223 (87.5% from 255 or 78.52% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 223 - color contains mainly: green. Hex color #20DF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DF1D is #DF20E2. Grayscale: #909090. Windows color (decimal): -14622947 or 1957664. OLE color: 1957664.

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

Color convert

RGB 32 223 29 -
CMYK 0.86 0 0.87 0.13
HSL 119.07º 0.77% 0.49% -
HSV(B) 119.07º 0.87% 0.87% -
XYZ 27.21 53.17 9.99 -
YUV 143.78 63.22 48.27 -
System Red Green Blue C M Y K H S L
Decimal 32 223 29 0.86 0 0.87 0.13 119.07 0.77 0.49
Hex 20 DF 1D 56 0 57 D 77 4D 31
Octal 40 337 35 126 0 127 15 167 115 61
Binary 100000 11011111 11101 1010110 0 1010111 1101 1110111 1001101 110001

Color Harmonies of #20DF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DF1D

Black with #20DF1D

Text Example


Text Example

White with #20DF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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