Html Css Color HEX #47DC31 Lime Green

📋 copy color: '#47DC31'

red 71 ◦ green 220 ◦ blue 49

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

Shades of Lime Green #47DC31

Tints of Lime Green #47DC31

RGB

 RED value IS 71 (28.13% from 255) = 20.88%

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

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 20.88%
G = 64.71%
B = 14.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#47DC31 (or 0x47DC31) is known color: Lime Green. HEX triplet: 47, DC and 31. RGB value is (71,220,49). Sum of RGB (Red+Green+Blue) = 71+220+49=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC31 is #B823CE. Grayscale: #9C9C9C. Windows color (decimal): -12067791 or 3267655. OLE color: 3267655.

HSL color Cylindrical-coordinate representation of color #47DC31: hue angle of 112.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #47DC31 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 49 -
CMYK 0.68 0 0.78 0.14
HSL 112.28º 0.71% 0.53% -
HSV(B) 112.28º 0.78% 0.86% -
XYZ 28.75 52.75 11.57 -
YUV 155.96 67.64 67.4 -
System Red Green Blue C M Y K H S L
Decimal 71 220 49 0.68 0 0.78 0.14 112.28 0.71 0.53
Hex 47 DC 31 44 0 4E E 70 47 35
Octal 107 334 61 104 0 116 16 160 107 65
Binary 1000111 11011100 110001 1000100 0 1001110 1110 1110000 1000111 110101

Color Harmonies of #47DC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DC31

Black with #47DC31

Text Example


Text Example

White with #47DC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47DC31; }

 p { color: rgb(71,220,49); }

 H1.HeaderClassName
 {
   color: #47DC31;
 }
 .AnyTagClassName
 {
   color: #47DC31;
 }
</style>

background-color css

<style>
 a { background-color: #47DC31; }

 a { background-color: rgb(71,220,49); }

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

border-color css

<style>
 span { border-color: #47DC31; }

 span { border-color: rgb(71,220,49); }

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