Html Css Color HEX #20DC2B Lime Green

📋 copy color: '#20DC2B'

red 32 ◦ green 220 ◦ blue 43

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

Shades of Lime Green #20DC2B

Tints of Lime Green #20DC2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.58%

R = 10.85%
G = 74.58%
B = 14.58%

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

#20DC2B (or 0x20DC2B) is known color: Lime Green. HEX triplet: 20, DC and 2B. RGB value is (32,220,43). Sum of RGB (Red+Green+Blue) = 32+220+43=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 220 (86.33% from 255 or 74.58% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC2B is #DF23D4. Grayscale: #909090. Windows color (decimal): -14623701 or 2874400. OLE color: 2874400.

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

Color convert

RGB 32 220 43 -
CMYK 0.85 0 0.80 0.14
HSL 123.51º 0.75% 0.49% -
HSV(B) 123.51º 0.85% 0.86% -
XYZ 26.62 51.67 10.86 -
YUV 143.61 71.22 48.39 -
System Red Green Blue C M Y K H S L
Decimal 32 220 43 0.85 0 0.80 0.14 123.51 0.75 0.49
Hex 20 DC 2B 55 0 50 E 7C 4B 31
Octal 40 334 53 125 0 120 16 174 113 61
Binary 100000 11011100 101011 1010101 0 1010000 1110 1111100 1001011 110001

Color Harmonies of #20DC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC2B

Black with #20DC2B

Text Example


Text Example

White with #20DC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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