Html Css Color HEX #47DC32 Lime Green

📋 copy color: '#47DC32'

red 71 ◦ green 220 ◦ blue 50

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

Shades of Lime Green #47DC32

Tints of Lime Green #47DC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.66%

R = 20.82%
G = 64.52%
B = 14.66%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#47DC32 (or 0x47DC32) is known color: Lime Green. HEX triplet: 47, DC and 32. RGB value is (71,220,50). Sum of RGB (Red+Green+Blue) = 71+220+50=341 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.82% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC32 is #B823CD. Grayscale: #9C9C9C. Windows color (decimal): -12067790 or 3333191. OLE color: 3333191.

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

Color convert

RGB 71 220 50 -
CMYK 0.68 0 0.77 0.14
HSL 112.59º 0.71% 0.53% -
HSV(B) 112.59º 0.77% 0.86% -
XYZ 28.77 52.76 11.68 -
YUV 156.07 68.14 67.32 -
System Red Green Blue C M Y K H S L
Decimal 71 220 50 0.68 0 0.77 0.14 112.59 0.71 0.53
Hex 47 DC 32 44 0 4D E 71 47 35
Octal 107 334 62 104 0 115 16 161 107 65
Binary 1000111 11011100 110010 1000100 0 1001101 1110 1110001 1000111 110101

Color Harmonies of #47DC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DC32

Black with #47DC32

Text Example


Text Example

White with #47DC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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