Html Css Color HEX #47E055 Lime Green

📋 copy color: '#47E055'

red 71 ◦ green 224 ◦ blue 85

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

Shades of Lime Green #47E055

Tints of Lime Green #47E055

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.95%

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 18.68%
G = 58.95%
B = 22.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#47E055 (or 0x47E055) is known color: Lime Green. HEX triplet: 47, E0 and 55. RGB value is (71,224,85). Sum of RGB (Red+Green+Blue) = 71+224+85=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 224 (87.89% from 255 or 58.95% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 224 - color contains mainly: green. Hex color #47E055 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47E055 is #B81FAA. Grayscale: #A2A2A2. Windows color (decimal): -12066731 or 5627975. OLE color: 5627975.

HSL color Cylindrical-coordinate representation of color #47E055: hue angle of 125.49º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47E055 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 224 85 -
CMYK 0.68 0 0.62 0.12
HSL 125.49º 0.71% 0.58% -
HSV(B) 125.49º 0.68% 0.88% -
XYZ 30.89 55.31 17.64 -
YUV 162.41 84.31 62.8 -
System Red Green Blue C M Y K H S L
Decimal 71 224 85 0.68 0 0.62 0.12 125.49 0.71 0.58
Hex 47 E0 55 44 0 3E C 7D 47 3A
Octal 107 340 125 104 0 76 14 175 107 72
Binary 1000111 11100000 1010101 1000100 0 111110 1100 1111101 1000111 111010

Color Harmonies of #47E055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47E055

Black with #47E055

Text Example


Text Example

White with #47E055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,224,85); }

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

background-color css

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

 a { background-color: rgb(71,224,85); }

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

border-color css

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

 span { border-color: rgb(71,224,85); }

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