Html Css Color HEX #47CC50 Lime Green

📋 copy color: '#47CC50'

red 71 ◦ green 204 ◦ blue 80

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

Shades of Lime Green #47CC50

Tints of Lime Green #47CC50

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.46%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 20%
G = 57.46%
B = 22.54%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.61

 K value IS 0.2

RGB Variations

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

Color information

#47CC50 (or 0x47CC50) is known color: Lime Green. HEX triplet: 47, CC and 50. RGB value is (71,204,80). Sum of RGB (Red+Green+Blue) = 71+204+80=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #47CC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CC50 is #B833AF. Grayscale: #969696. Windows color (decimal): -12071856 or 5295175. OLE color: 5295175.

HSL color Cylindrical-coordinate representation of color #47CC50: hue angle of 124.06º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CC50 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 204 80 -
CMYK 0.65 0 0.61 0.2
HSL 124.06º 0.57% 0.54% -
HSV(B) 124.06º 0.65% 0.8% -
XYZ 25.64 45.1 14.94 -
YUV 150.1 88.44 71.58 -
System Red Green Blue C M Y K H S L
Decimal 71 204 80 0.65 0 0.61 0.2 124.06 0.57 0.54
Hex 47 CC 50 41 0 3D 14 7C 39 36
Octal 107 314 120 101 0 75 24 174 71 66
Binary 1000111 11001100 1010000 1000001 0 111101 10100 1111100 111001 110110

Color Harmonies of #47CC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CC50

Black with #47CC50

Text Example


Text Example

White with #47CC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,204,80); }

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

background-color css

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

 a { background-color: rgb(71,204,80); }

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

border-color css

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

 span { border-color: rgb(71,204,80); }

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