Html Css Color HEX #47C94C Lime Green

📋 copy color: '#47C94C'

red 71 ◦ green 201 ◦ blue 76

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

Shades of Lime Green #47C94C

Tints of Lime Green #47C94C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.76%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 20.4%
G = 57.76%
B = 21.84%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#47C94C (or 0x47C94C) is known color: Lime Green. HEX triplet: 47, C9 and 4C. RGB value is (71,201,76). Sum of RGB (Red+Green+Blue) = 71+201+76=348 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.40% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #47C94C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C94C is #B836B3. Grayscale: #949494. Windows color (decimal): -12072628 or 5032263. OLE color: 5032263.

HSL color Cylindrical-coordinate representation of color #47C94C: hue angle of 122.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47C94C is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 201 76 -
CMYK 0.65 0 0.62 0.21
HSL 122.31º 0.55% 0.53% -
HSV(B) 122.31º 0.65% 0.79% -
XYZ 24.79 43.63 13.95 -
YUV 147.88 87.43 73.16 -
System Red Green Blue C M Y K H S L
Decimal 71 201 76 0.65 0 0.62 0.21 122.31 0.55 0.53
Hex 47 C9 4C 41 0 3E 15 7A 37 35
Octal 107 311 114 101 0 76 25 172 67 65
Binary 1000111 11001001 1001100 1000001 0 111110 10101 1111010 110111 110101

Color Harmonies of #47C94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C94C

Black with #47C94C

Text Example


Text Example

White with #47C94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,201,76); }

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

background-color css

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

 a { background-color: rgb(71,201,76); }

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

border-color css

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

 span { border-color: rgb(71,201,76); }

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