Html Css Color HEX #47DC4B Lime Green

📋 copy color: '#47DC4B'

red 71 ◦ green 220 ◦ blue 75

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

Shades of Lime Green #47DC4B

Tints of Lime Green #47DC4B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.11%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 19.4%
G = 60.11%
B = 20.49%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#47DC4B (or 0x47DC4B) is known color: Lime Green. HEX triplet: 47, DC and 4B. RGB value is (71,220,75). Sum of RGB (Red+Green+Blue) = 71+220+75=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 220 (86.33% from 255 or 60.11% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC4B is #B823B4. Grayscale: #9F9F9F. Windows color (decimal): -12067765 or 4971591. OLE color: 4971591.

HSL color Cylindrical-coordinate representation of color #47DC4B: hue angle of 121.61º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47DC4B is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 75 -
CMYK 0.68 0 0.66 0.14
HSL 121.61º 0.68% 0.57% -
HSV(B) 121.61º 0.68% 0.86% -
XYZ 29.46 53.03 15.34 -
YUV 158.92 80.64 65.29 -
System Red Green Blue C M Y K H S L
Decimal 71 220 75 0.68 0 0.66 0.14 121.61 0.68 0.57
Hex 47 DC 4B 44 0 42 E 7A 44 39
Octal 107 334 113 104 0 102 16 172 104 71
Binary 1000111 11011100 1001011 1000100 0 1000010 1110 1111010 1000100 111001

Color Harmonies of #47DC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DC4B

Black with #47DC4B

Text Example


Text Example

White with #47DC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,220,75); }

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

background-color css

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

 a { background-color: rgb(71,220,75); }

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

border-color css

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

 span { border-color: rgb(71,220,75); }

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