Html Css Color HEX #47CF50 Lime Green

📋 copy color: '#47CF50'

red 71 ◦ green 207 ◦ blue 80

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

Shades of Lime Green #47CF50

Tints of Lime Green #47CF50

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.82%

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

R = 19.83%
G = 57.82%
B = 22.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#47CF50 (or 0x47CF50) is known color: Lime Green. HEX triplet: 47, CF and 50. RGB value is (71,207,80). Sum of RGB (Red+Green+Blue) = 71+207+80=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CF50 is #B830AF. Grayscale: #989898. Windows color (decimal): -12071088 or 5295943. OLE color: 5295943.

HSL color Cylindrical-coordinate representation of color #47CF50: hue angle of 123.97º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47CF50 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 207 80 -
CMYK 0.66 0 0.61 0.19
HSL 123.97º 0.59% 0.55% -
HSV(B) 123.97º 0.66% 0.81% -
XYZ 26.36 46.54 15.18 -
YUV 151.86 87.44 70.33 -
System Red Green Blue C M Y K H S L
Decimal 71 207 80 0.66 0 0.61 0.19 123.97 0.59 0.55
Hex 47 CF 50 42 0 3D 13 7C 3B 37
Octal 107 317 120 102 0 75 23 174 73 67
Binary 1000111 11001111 1010000 1000010 0 111101 10011 1111100 111011 110111

Color Harmonies of #47CF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CF50

Black with #47CF50

Text Example


Text Example

White with #47CF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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