Html Css Color HEX #20DD3C Lime Green

📋 copy color: '#20DD3C'

red 32 ◦ green 221 ◦ blue 60

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

Shades of Lime Green #20DD3C

Tints of Lime Green #20DD3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 10.22%
G = 70.61%
B = 19.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#20DD3C (or 0x20DD3C) is known color: Lime Green. HEX triplet: 20, DD and 3C. RGB value is (32,221,60). Sum of RGB (Red+Green+Blue) = 32+221+60=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 221 (86.72% from 255 or 70.61% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD3C is #DF22C3. Grayscale: #929292. Windows color (decimal): -14623428 or 3988768. OLE color: 3988768.

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

Color convert

RGB 32 221 60 -
CMYK 0.86 0 0.73 0.13
HSL 128.89º 0.75% 0.5% -
HSV(B) 128.89º 0.86% 0.87% -
XYZ 27.27 52.35 12.94 -
YUV 146.14 79.38 46.59 -
System Red Green Blue C M Y K H S L
Decimal 32 221 60 0.86 0 0.73 0.13 128.89 0.75 0.5
Hex 20 DD 3C 56 0 49 D 81 4B 32
Octal 40 335 74 126 0 111 15 201 113 62
Binary 100000 11011101 111100 1010110 0 1001001 1101 10000001 1001011 110010

Color Harmonies of #20DD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD3C

Black with #20DD3C

Text Example


Text Example

White with #20DD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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