Html Css Color HEX #47C132 Lime Green

📋 copy color: '#47C132'

red 71 ◦ green 193 ◦ blue 50

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

Shades of Lime Green #47C132

Tints of Lime Green #47C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 61.46%

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

R = 22.61%
G = 61.46%
B = 15.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#47C132 (or 0x47C132) is known color: Lime Green. HEX triplet: 47, C1 and 32. RGB value is (71,193,50). Sum of RGB (Red+Green+Blue) = 71+193+50=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #47C132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C132 is #B83ECD. Grayscale: #8C8C8C. Windows color (decimal): -12074702 or 3326279. OLE color: 3326279.

HSL color Cylindrical-coordinate representation of color #47C132: hue angle of 111.19º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47C132 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 193 50 -
CMYK 0.63 0 0.74 0.24
HSL 111.19º 0.59% 0.48% -
HSV(B) 111.19º 0.74% 0.76% -
XYZ 22.24 39.71 9.51 -
YUV 140.22 77.08 78.63 -
System Red Green Blue C M Y K H S L
Decimal 71 193 50 0.63 0 0.74 0.24 111.19 0.59 0.48
Hex 47 C1 32 3F 0 4A 18 6F 3B 30
Octal 107 301 62 77 0 112 30 157 73 60
Binary 1000111 11000001 110010 111111 0 1001010 11000 1101111 111011 110000

Color Harmonies of #47C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C132

Black with #47C132

Text Example


Text Example

White with #47C132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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