Html Css Color HEX #47BC3A Lime Green

📋 copy color: '#47BC3A'

red 71 ◦ green 188 ◦ blue 58

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

Shades of Lime Green #47BC3A

Tints of Lime Green #47BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.31%

 BLUE value IS 58 (23.05% from 255) = 18.3%

R = 22.4%
G = 59.31%
B = 18.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#47BC3A (or 0x47BC3A) is known color: Lime Green. HEX triplet: 47, BC and 3A. RGB value is (71,188,58). Sum of RGB (Red+Green+Blue) = 71+188+58=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #47BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BC3A is #B843C5. Grayscale: #8A8A8A. Windows color (decimal): -12075974 or 3849287. OLE color: 3849287.

HSL color Cylindrical-coordinate representation of color #47BC3A: hue angle of 114º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #47BC3A is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 188 58 -
CMYK 0.62 0 0.69 0.26
HSL 114º 0.53% 0.48% -
HSV(B) 114º 0.69% 0.74% -
XYZ 21.35 37.61 10.14 -
YUV 138.2 82.74 80.07 -
System Red Green Blue C M Y K H S L
Decimal 71 188 58 0.62 0 0.69 0.26 114 0.53 0.48
Hex 47 BC 3A 3E 0 45 1A 72 35 30
Octal 107 274 72 76 0 105 32 162 65 60
Binary 1000111 10111100 111010 111110 0 1000101 11010 1110010 110101 110000

Color Harmonies of #47BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BC3A

Black with #47BC3A

Text Example


Text Example

White with #47BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,188,58); }

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

background-color css

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

 a { background-color: rgb(71,188,58); }

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

border-color css

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

 span { border-color: rgb(71,188,58); }

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