Html Css Color HEX #47CA52 Lime Green

📋 copy color: '#47CA52'

red 71 ◦ green 202 ◦ blue 82

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

Shades of Lime Green #47CA52

Tints of Lime Green #47CA52

RGB

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

 GREEN value IS 202 (79.3% from 255) = 56.9%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 20%
G = 56.9%
B = 23.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#47CA52 (or 0x47CA52) is known color: Lime Green. HEX triplet: 47, CA and 52. RGB value is (71,202,82). Sum of RGB (Red+Green+Blue) = 71+202+82=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 202 (79.30% from 255 or 56.90% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CA52 is #B835AD. Grayscale: #959595. Windows color (decimal): -12072366 or 5425735. OLE color: 5425735.

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

Color convert

RGB 71 202 82 -
CMYK 0.65 0 0.59 0.21
HSL 125.04º 0.55% 0.54% -
HSV(B) 125.04º 0.65% 0.79% -
XYZ 25.24 44.19 15.18 -
YUV 149.15 90.1 72.26 -
System Red Green Blue C M Y K H S L
Decimal 71 202 82 0.65 0 0.59 0.21 125.04 0.55 0.54
Hex 47 CA 52 41 0 3B 15 7D 37 36
Octal 107 312 122 101 0 73 25 175 67 66
Binary 1000111 11001010 1010010 1000001 0 111011 10101 1111101 110111 110110

Color Harmonies of #47CA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CA52

Black with #47CA52

Text Example


Text Example

White with #47CA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,202,82); }

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

background-color css

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

 a { background-color: rgb(71,202,82); }

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

border-color css

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

 span { border-color: rgb(71,202,82); }

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