Html Css Color HEX #20DD3D Lime Green

📋 copy color: '#20DD3D'

red 32 ◦ green 221 ◦ blue 61

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

Shades of Lime Green #20DD3D

Tints of Lime Green #20DD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 10.19%
G = 70.38%
B = 19.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#20DD3D (or 0x20DD3D) is known color: Lime Green. HEX triplet: 20, DD and 3D. RGB value is (32,221,61). Sum of RGB (Red+Green+Blue) = 32+221+61=314 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.19% from 314); Green value is 221 (86.72% from 255 or 70.38% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD3D is #DF22C2. Grayscale: #929292. Windows color (decimal): -14623427 or 4054304. OLE color: 4054304.

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

Color convert

RGB 32 221 61 -
CMYK 0.86 0 0.72 0.13
HSL 129.21º 0.75% 0.5% -
HSV(B) 129.21º 0.86% 0.87% -
XYZ 27.29 52.36 13.08 -
YUV 146.25 79.88 46.51 -
System Red Green Blue C M Y K H S L
Decimal 32 221 61 0.86 0 0.72 0.13 129.21 0.75 0.5
Hex 20 DD 3D 56 0 48 D 81 4B 32
Octal 40 335 75 126 0 110 15 201 113 62
Binary 100000 11011101 111101 1010110 0 1001000 1101 10000001 1001011 110010

Color Harmonies of #20DD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD3D

Black with #20DD3D

Text Example


Text Example

White with #20DD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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