Html Css Color HEX #20DC2D Lime Green

📋 copy color: '#20DC2D'

red 32 ◦ green 220 ◦ blue 45

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

Shades of Lime Green #20DC2D

Tints of Lime Green #20DC2D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 74.07%

 BLUE value IS 45 (17.97% from 255) = 15.15%

R = 10.77%
G = 74.07%
B = 15.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#20DC2D (or 0x20DC2D) is known color: Lime Green. HEX triplet: 20, DC and 2D. RGB value is (32,220,45). Sum of RGB (Red+Green+Blue) = 32+220+45=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC2D is #DF23D2. Grayscale: #909090. Windows color (decimal): -14623699 or 3005472. OLE color: 3005472.

HSL color Cylindrical-coordinate representation of color #20DC2D: hue angle of 124.15º 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 #20DC2D is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 220 45 -
CMYK 0.85 0 0.80 0.14
HSL 124.15º 0.75% 0.49% -
HSV(B) 124.15º 0.85% 0.86% -
XYZ 26.66 51.68 11.05 -
YUV 143.84 72.22 48.23 -
System Red Green Blue C M Y K H S L
Decimal 32 220 45 0.85 0 0.80 0.14 124.15 0.75 0.49
Hex 20 DC 2D 55 0 50 E 7C 4B 31
Octal 40 334 55 125 0 120 16 174 113 61
Binary 100000 11011100 101101 1010101 0 1010000 1110 1111100 1001011 110001

Color Harmonies of #20DC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC2D

Black with #20DC2D

Text Example


Text Example

White with #20DC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,220,45); }

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

background-color css

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

 a { background-color: rgb(32,220,45); }

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

border-color css

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

 span { border-color: rgb(32,220,45); }

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