Html Css Color HEX #47E120 Lime Green

📋 copy color: '#47E120'

red 71 ◦ green 225 ◦ blue 32

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

Shades of Lime Green #47E120

Tints of Lime Green #47E120

RGB

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

 GREEN value IS 225 (88.28% from 255) = 68.6%

 BLUE value IS 32 (12.89% from 255) = 9.76%

R = 21.65%
G = 68.6%
B = 9.76%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#47E120 (or 0x47E120) is known color: Lime Green. HEX triplet: 47, E1 and 20. RGB value is (71,225,32). Sum of RGB (Red+Green+Blue) = 71+225+32=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 32 (12.89% from 255 or 9.76% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #47E120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E120 is #B81EDF. Grayscale: #9D9D9D. Windows color (decimal): -12066528 or 2154823. OLE color: 2154823.

HSL color Cylindrical-coordinate representation of color #47E120: hue angle of 107.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47E120 is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 225 32 -
CMYK 0.68 0 0.86 0.12
HSL 107.88º 0.76% 0.5% -
HSV(B) 107.88º 0.86% 0.88% -
XYZ 29.78 55.29 10.47 -
YUV 156.95 57.48 66.69 -
System Red Green Blue C M Y K H S L
Decimal 71 225 32 0.68 0 0.86 0.12 107.88 0.76 0.5
Hex 47 E1 20 44 0 56 C 6C 4C 32
Octal 107 341 40 104 0 126 14 154 114 62
Binary 1000111 11100001 100000 1000100 0 1010110 1100 1101100 1001100 110010

Color Harmonies of #47E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E120

Black with #47E120

Text Example


Text Example

White with #47E120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,225,32); }

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

background-color css

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

 a { background-color: rgb(71,225,32); }

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

border-color css

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

 span { border-color: rgb(71,225,32); }

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