Html Css Color HEX #47D64B Lime Green

📋 copy color: '#47D64B'

red 71 ◦ green 214 ◦ blue 75

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

Shades of Lime Green #47D64B

Tints of Lime Green #47D64B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 59.44%

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

R = 19.72%
G = 59.44%
B = 20.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#47D64B (or 0x47D64B) is known color: Lime Green. HEX triplet: 47, D6 and 4B. RGB value is (71,214,75). Sum of RGB (Red+Green+Blue) = 71+214+75=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #47D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D64B is #B829B4. Grayscale: #9B9B9B. Windows color (decimal): -12069301 or 4970055. OLE color: 4970055.

HSL color Cylindrical-coordinate representation of color #47D64B: hue angle of 121.68º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D64B is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 214 75 -
CMYK 0.67 0 0.65 0.16
HSL 121.68º 0.64% 0.56% -
HSV(B) 121.68º 0.67% 0.84% -
XYZ 27.92 49.94 14.82 -
YUV 155.4 82.62 67.8 -
System Red Green Blue C M Y K H S L
Decimal 71 214 75 0.67 0 0.65 0.16 121.68 0.64 0.56
Hex 47 D6 4B 43 0 41 10 7A 40 38
Octal 107 326 113 103 0 101 20 172 100 70
Binary 1000111 11010110 1001011 1000011 0 1000001 10000 1111010 1000000 111000

Color Harmonies of #47D64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D64B

Black with #47D64B

Text Example


Text Example

White with #47D64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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