Html Css Color HEX #47DE55 Lime Green

📋 copy color: '#47DE55'

red 71 ◦ green 222 ◦ blue 85

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

Shades of Lime Green #47DE55

Tints of Lime Green #47DE55

RGB

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

 GREEN value IS 222 (87.11% from 255) = 58.73%

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

R = 18.78%
G = 58.73%
B = 22.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#47DE55 (or 0x47DE55) is known color: Lime Green. HEX triplet: 47, DE and 55. RGB value is (71,222,85). Sum of RGB (Red+Green+Blue) = 71+222+85=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #47DE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DE55 is #B821AA. Grayscale: #A1A1A1. Windows color (decimal): -12067243 or 5627463. OLE color: 5627463.

HSL color Cylindrical-coordinate representation of color #47DE55: hue angle of 125.56º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DE55 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 222 85 -
CMYK 0.68 0 0.62 0.13
HSL 125.56º 0.7% 0.57% -
HSV(B) 125.56º 0.68% 0.87% -
XYZ 30.36 54.24 17.46 -
YUV 161.23 84.97 63.64 -
System Red Green Blue C M Y K H S L
Decimal 71 222 85 0.68 0 0.62 0.13 125.56 0.7 0.57
Hex 47 DE 55 44 0 3E D 7E 46 39
Octal 107 336 125 104 0 76 15 176 106 71
Binary 1000111 11011110 1010101 1000100 0 111110 1101 1111110 1000110 111001

Color Harmonies of #47DE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DE55

Black with #47DE55

Text Example


Text Example

White with #47DE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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