Html Css Color HEX #47DC50 Lime Green

📋 copy color: '#47DC50'

red 71 ◦ green 220 ◦ blue 80

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

Shades of Lime Green #47DC50

Tints of Lime Green #47DC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.56%

R = 19.14%
G = 59.3%
B = 21.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#47DC50 (or 0x47DC50) is known color: Lime Green. HEX triplet: 47, DC and 50. RGB value is (71,220,80). Sum of RGB (Red+Green+Blue) = 71+220+80=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DC50 is #B823AF. Grayscale: #9F9F9F. Windows color (decimal): -12067760 or 5299271. OLE color: 5299271.

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

Color convert

RGB 71 220 80 -
CMYK 0.68 0 0.64 0.14
HSL 123.62º 0.68% 0.57% -
HSV(B) 123.62º 0.68% 0.86% -
XYZ 29.64 53.11 16.28 -
YUV 159.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 71 220 80 0.68 0 0.64 0.14 123.62 0.68 0.57
Hex 47 DC 50 44 0 40 E 7C 44 39
Octal 107 334 120 104 0 100 16 174 104 71
Binary 1000111 11011100 1010000 1000100 0 1000000 1110 1111100 1000100 111001

Color Harmonies of #47DC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DC50

Black with #47DC50

Text Example


Text Example

White with #47DC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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