Html Css Color HEX #47C145 Lime Green

📋 copy color: '#47C145'

red 71 ◦ green 193 ◦ blue 69

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

Shades of Lime Green #47C145

Tints of Lime Green #47C145

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.96%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 21.32%
G = 57.96%
B = 20.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#47C145 (or 0x47C145) is known color: Lime Green. HEX triplet: 47, C1 and 45. RGB value is (71,193,69). Sum of RGB (Red+Green+Blue) = 71+193+69=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #47C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C145 is #B83EBA. Grayscale: #8E8E8E. Windows color (decimal): -12074683 or 4571463. OLE color: 4571463.

HSL color Cylindrical-coordinate representation of color #47C145: hue angle of 119.03º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #47C145 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 71 193 69 -
CMYK 0.63 0 0.64 0.24
HSL 119.03º 0.5% 0.51% -
HSV(B) 119.03º 0.64% 0.76% -
XYZ 22.74 39.91 12.13 -
YUV 142.39 86.58 77.08 -
System Red Green Blue C M Y K H S L
Decimal 71 193 69 0.63 0 0.64 0.24 119.03 0.5 0.51
Hex 47 C1 45 3F 0 40 18 77 32 33
Octal 107 301 105 77 0 100 30 167 62 63
Binary 1000111 11000001 1000101 111111 0 1000000 11000 1110111 110010 110011

Color Harmonies of #47C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C145

Black with #47C145

Text Example


Text Example

White with #47C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,193,69); }

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

background-color css

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

 a { background-color: rgb(71,193,69); }

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

border-color css

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

 span { border-color: rgb(71,193,69); }

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