Html Css Color HEX #20DD34 Lime Green

📋 copy color: '#20DD34'

red 32 ◦ green 221 ◦ blue 52

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

Shades of Lime Green #20DD34

Tints of Lime Green #20DD34

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.46%

 BLUE value IS 52 (20.7% from 255) = 17.05%

R = 10.49%
G = 72.46%
B = 17.05%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#20DD34 (or 0x20DD34) is known color: Lime Green. HEX triplet: 20, DD and 34. RGB value is (32,221,52). Sum of RGB (Red+Green+Blue) = 32+221+52=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 221 (86.72% from 255 or 72.46% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD34 is #DF22CB. Grayscale: #919191. Windows color (decimal): -14623436 or 3464480. OLE color: 3464480.

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

Color convert

RGB 32 221 52 -
CMYK 0.86 0 0.76 0.13
HSL 126.35º 0.75% 0.5% -
HSV(B) 126.35º 0.86% 0.87% -
XYZ 27.07 52.27 11.91 -
YUV 145.22 75.38 47.24 -
System Red Green Blue C M Y K H S L
Decimal 32 221 52 0.86 0 0.76 0.13 126.35 0.75 0.5
Hex 20 DD 34 56 0 4C D 7E 4B 32
Octal 40 335 64 126 0 114 15 176 113 62
Binary 100000 11011101 110100 1010110 0 1001100 1101 1111110 1001011 110010

Color Harmonies of #20DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD34

Black with #20DD34

Text Example


Text Example

White with #20DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,221,52); }

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

background-color css

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

 a { background-color: rgb(32,221,52); }

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

border-color css

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

 span { border-color: rgb(32,221,52); }

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