Html Css Color HEX #47D52C Lime Green

📋 copy color: '#47D52C'

red 71 ◦ green 213 ◦ blue 44

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

Shades of Lime Green #47D52C

Tints of Lime Green #47D52C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.94%

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 21.65%
G = 64.94%
B = 13.41%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#47D52C (or 0x47D52C) is known color: Lime Green. HEX triplet: 47, D5 and 2C. RGB value is (71,213,44). Sum of RGB (Red+Green+Blue) = 71+213+44=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 213 (83.59% from 255 or 64.94% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 213 - color contains mainly: green. Hex color #47D52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D52C is #B82AD3. Grayscale: #979797. Windows color (decimal): -12069588 or 2938183. OLE color: 2938183.

HSL color Cylindrical-coordinate representation of color #47D52C: hue angle of 110.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #47D52C is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 213 44 -
CMYK 0.67 0 0.79 0.16
HSL 110.41º 0.67% 0.5% -
HSV(B) 110.41º 0.79% 0.84% -
XYZ 26.85 49.11 10.45 -
YUV 151.28 67.46 70.74 -
System Red Green Blue C M Y K H S L
Decimal 71 213 44 0.67 0 0.79 0.16 110.41 0.67 0.5
Hex 47 D5 2C 43 0 4F 10 6E 43 32
Octal 107 325 54 103 0 117 20 156 103 62
Binary 1000111 11010101 101100 1000011 0 1001111 10000 1101110 1000011 110010

Color Harmonies of #47D52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D52C

Black with #47D52C

Text Example


Text Example

White with #47D52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,213,44); }

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

background-color css

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

 a { background-color: rgb(71,213,44); }

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

border-color css

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

 span { border-color: rgb(71,213,44); }

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