Html Css Color HEX #20DC2F Lime Green

📋 copy color: '#20DC2F'

red 32 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #20DC2F

Tints of Lime Green #20DC2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 10.7%
G = 73.58%
B = 15.72%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#20DC2F (or 0x20DC2F) is known color: Lime Green. HEX triplet: 20, DC and 2F. RGB value is (32,220,47). Sum of RGB (Red+Green+Blue) = 32+220+47=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 220 (86.33% from 255 or 73.58% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC2F is #DF23D0. Grayscale: #909090. Windows color (decimal): -14623697 or 3136544. OLE color: 3136544.

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

Color convert

RGB 32 220 47 -
CMYK 0.85 0 0.79 0.14
HSL 124.79º 0.75% 0.49% -
HSV(B) 124.79º 0.85% 0.86% -
XYZ 26.7 51.7 11.26 -
YUV 144.07 73.22 48.07 -
System Red Green Blue C M Y K H S L
Decimal 32 220 47 0.85 0 0.79 0.14 124.79 0.75 0.49
Hex 20 DC 2F 55 0 4F E 7D 4B 31
Octal 40 334 57 125 0 117 16 175 113 61
Binary 100000 11011100 101111 1010101 0 1001111 1110 1111101 1001011 110001

Color Harmonies of #20DC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DC2F

Black with #20DC2F

Text Example


Text Example

White with #20DC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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