Html Css Color HEX #47C13C Lime Green

📋 copy color: '#47C13C'

red 71 ◦ green 193 ◦ blue 60

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

Shades of Lime Green #47C13C

Tints of Lime Green #47C13C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 21.91%
G = 59.57%
B = 18.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#47C13C (or 0x47C13C) is known color: Lime Green. HEX triplet: 47, C1 and 3C. RGB value is (71,193,60). Sum of RGB (Red+Green+Blue) = 71+193+60=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #47C13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C13C is #B83EC3. Grayscale: #8D8D8D. Windows color (decimal): -12074692 or 3981639. OLE color: 3981639.

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

Color convert

RGB 71 193 60 -
CMYK 0.63 0 0.69 0.24
HSL 115.04º 0.53% 0.5% -
HSV(B) 115.04º 0.69% 0.76% -
XYZ 22.48 39.81 10.77 -
YUV 141.36 82.08 77.81 -
System Red Green Blue C M Y K H S L
Decimal 71 193 60 0.63 0 0.69 0.24 115.04 0.53 0.5
Hex 47 C1 3C 3F 0 45 18 73 35 32
Octal 107 301 74 77 0 105 30 163 65 62
Binary 1000111 11000001 111100 111111 0 1000101 11000 1110011 110101 110010

Color Harmonies of #47C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47C13C

Black with #47C13C

Text Example


Text Example

White with #47C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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