Html Css Color HEX #47CA41 Lime Green

📋 copy color: '#47CA41'

red 71 ◦ green 202 ◦ blue 65

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

Shades of Lime Green #47CA41

Tints of Lime Green #47CA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.23%

R = 21.01%
G = 59.76%
B = 19.23%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#47CA41 (or 0x47CA41) is known color: Lime Green. HEX triplet: 47, CA and 41. RGB value is (71,202,65). Sum of RGB (Red+Green+Blue) = 71+202+65=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CA41 is #B835BE. Grayscale: #939393. Windows color (decimal): -12072383 or 4311623. OLE color: 4311623.

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

Color convert

RGB 71 202 65 -
CMYK 0.65 0 0.68 0.21
HSL 117.37º 0.56% 0.52% -
HSV(B) 117.37º 0.68% 0.79% -
XYZ 24.67 43.96 12.19 -
YUV 147.21 81.6 73.64 -
System Red Green Blue C M Y K H S L
Decimal 71 202 65 0.65 0 0.68 0.21 117.37 0.56 0.52
Hex 47 CA 41 41 0 44 15 75 38 34
Octal 107 312 101 101 0 104 25 165 70 64
Binary 1000111 11001010 1000001 1000001 0 1000100 10101 1110101 111000 110100

Color Harmonies of #47CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CA41

Black with #47CA41

Text Example


Text Example

White with #47CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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