Html Css Color HEX #47D94D Lime Green

📋 copy color: '#47D94D'

red 71 ◦ green 217 ◦ blue 77

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

Shades of Lime Green #47D94D

Tints of Lime Green #47D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.45%

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 19.45%
G = 59.45%
B = 21.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#47D94D (or 0x47D94D) is known color: Lime Green. HEX triplet: 47, D9 and 4D. RGB value is (71,217,77). Sum of RGB (Red+Green+Blue) = 71+217+77=365 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.45% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #47D94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D94D is #B826B2. Grayscale: #9D9D9D. Windows color (decimal): -12068531 or 5101895. OLE color: 5101895.

HSL color Cylindrical-coordinate representation of color #47D94D: hue angle of 122.47º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D94D is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 217 77 -
CMYK 0.67 0 0.65 0.15
HSL 122.47º 0.66% 0.56% -
HSV(B) 122.47º 0.67% 0.85% -
XYZ 28.75 51.5 15.45 -
YUV 157.39 82.63 66.38 -
System Red Green Blue C M Y K H S L
Decimal 71 217 77 0.67 0 0.65 0.15 122.47 0.66 0.56
Hex 47 D9 4D 43 0 41 F 7A 42 38
Octal 107 331 115 103 0 101 17 172 102 70
Binary 1000111 11011001 1001101 1000011 0 1000001 1111 1111010 1000010 111000

Color Harmonies of #47D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D94D

Black with #47D94D

Text Example


Text Example

White with #47D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,217,77); }

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

background-color css

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

 a { background-color: rgb(71,217,77); }

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

border-color css

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

 span { border-color: rgb(71,217,77); }

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