Html Css Color HEX #47D034 Lime Green

📋 copy color: '#47D034'

red 71 ◦ green 208 ◦ blue 52

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

Shades of Lime Green #47D034

Tints of Lime Green #47D034

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.84%

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 21.45%
G = 62.84%
B = 15.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#47D034 (or 0x47D034) is known color: Lime Green. HEX triplet: 47, D0 and 34. RGB value is (71,208,52). Sum of RGB (Red+Green+Blue) = 71+208+52=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #47D034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D034 is #B82FCB. Grayscale: #959595. Windows color (decimal): -12070860 or 3461191. OLE color: 3461191.

HSL color Cylindrical-coordinate representation of color #47D034: hue angle of 112.69º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47D034 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 208 52 -
CMYK 0.66 0 0.75 0.18
HSL 112.69º 0.62% 0.51% -
HSV(B) 112.69º 0.75% 0.82% -
XYZ 25.77 46.7 10.9 -
YUV 149.25 73.11 72.18 -
System Red Green Blue C M Y K H S L
Decimal 71 208 52 0.66 0 0.75 0.18 112.69 0.62 0.51
Hex 47 D0 34 42 0 4B 12 71 3E 33
Octal 107 320 64 102 0 113 22 161 76 63
Binary 1000111 11010000 110100 1000010 0 1001011 10010 1110001 111110 110011

Color Harmonies of #47D034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D034

Black with #47D034

Text Example


Text Example

White with #47D034

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,208,52); }

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

background-color css

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

 a { background-color: rgb(71,208,52); }

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

border-color css

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

 span { border-color: rgb(71,208,52); }

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