Html Css Color HEX #47CA4A Lime Green

📋 copy color: '#47CA4A'

red 71 ◦ green 202 ◦ blue 74

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

Shades of Lime Green #47CA4A

Tints of Lime Green #47CA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 20.46%
G = 58.21%
B = 21.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#47CA4A (or 0x47CA4A) is known color: Lime Green. HEX triplet: 47, CA and 4A. RGB value is (71,202,74). Sum of RGB (Red+Green+Blue) = 71+202+74=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 202 (79.30% from 255 or 58.21% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CA4A is #B835B5. Grayscale: #949494. Windows color (decimal): -12072374 or 4901447. OLE color: 4901447.

HSL color Cylindrical-coordinate representation of color #47CA4A: hue angle of 121.37º 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 #47CA4A is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 71 202 74 -
CMYK 0.65 0 0.63 0.21
HSL 121.37º 0.55% 0.54% -
HSV(B) 121.37º 0.65% 0.79% -
XYZ 24.96 44.08 13.67 -
YUV 148.24 86.1 72.91 -
System Red Green Blue C M Y K H S L
Decimal 71 202 74 0.65 0 0.63 0.21 121.37 0.55 0.54
Hex 47 CA 4A 41 0 3F 15 79 37 36
Octal 107 312 112 101 0 77 25 171 67 66
Binary 1000111 11001010 1001010 1000001 0 111111 10101 1111001 110111 110110

Color Harmonies of #47CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CA4A

Black with #47CA4A

Text Example


Text Example

White with #47CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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