Html Css Color HEX #47DC48 Lime Green

📋 copy color: '#47DC48'

red 71 ◦ green 220 ◦ blue 72

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

Shades of Lime Green #47DC48

Tints of Lime Green #47DC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.83%

R = 19.56%
G = 60.61%
B = 19.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#47DC48 (or 0x47DC48) is known color: Lime Green. HEX triplet: 47, DC and 48. RGB value is (71,220,72). Sum of RGB (Red+Green+Blue) = 71+220+72=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC48 is #B823B7. Grayscale: #9F9F9F. Windows color (decimal): -12067768 or 4774983. OLE color: 4774983.

HSL color Cylindrical-coordinate representation of color #47DC48: hue angle of 120.4º 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 #47DC48 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 72 -
CMYK 0.68 0 0.67 0.14
HSL 120.4º 0.68% 0.57% -
HSV(B) 120.4º 0.68% 0.86% -
XYZ 29.36 52.99 14.81 -
YUV 158.58 79.14 65.53 -
System Red Green Blue C M Y K H S L
Decimal 71 220 72 0.68 0 0.67 0.14 120.4 0.68 0.57
Hex 47 DC 48 44 0 43 E 78 44 39
Octal 107 334 110 104 0 103 16 170 104 71
Binary 1000111 11011100 1001000 1000100 0 1000011 1110 1111000 1000100 111001

Color Harmonies of #47DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DC48

Black with #47DC48

Text Example


Text Example

White with #47DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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