Html Css Color HEX #47E132 Lime Green

📋 copy color: '#47E132'

red 71 ◦ green 225 ◦ blue 50

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

Shades of Lime Green #47E132

Tints of Lime Green #47E132

RGB

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

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

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

R = 20.52%
G = 65.03%
B = 14.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#47E132 (or 0x47E132) is known color: Lime Green. HEX triplet: 47, E1 and 32. RGB value is (71,225,50). Sum of RGB (Red+Green+Blue) = 71+225+50=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 225 (88.28% from 255 or 65.03% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 225 - color contains mainly: green. Hex color #47E132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47E132 is #B81ECD. Grayscale: #9F9F9F. Windows color (decimal): -12066510 or 3334471. OLE color: 3334471.

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

Color convert

RGB 71 225 50 -
CMYK 0.68 0 0.78 0.12
HSL 112.8º 0.74% 0.54% -
HSV(B) 112.8º 0.78% 0.88% -
XYZ 30.1 55.42 12.13 -
YUV 159 66.48 65.23 -
System Red Green Blue C M Y K H S L
Decimal 71 225 50 0.68 0 0.78 0.12 112.8 0.74 0.54
Hex 47 E1 32 44 0 4E C 71 4A 36
Octal 107 341 62 104 0 116 14 161 112 66
Binary 1000111 11100001 110010 1000100 0 1001110 1100 1110001 1001010 110110

Color Harmonies of #47E132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E132

Black with #47E132

Text Example


Text Example

White with #47E132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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