Html Css Color HEX #47D952 Lime Green

📋 copy color: '#47D952'

red 71 ◦ green 217 ◦ blue 82

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

Shades of Lime Green #47D952

Tints of Lime Green #47D952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.65%

 BLUE value IS 82 (32.42% from 255) = 22.16%

R = 19.19%
G = 58.65%
B = 22.16%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#47D952 (or 0x47D952) is known color: Lime Green. HEX triplet: 47, D9 and 52. RGB value is (71,217,82). Sum of RGB (Red+Green+Blue) = 71+217+82=370 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.19% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #47D952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D952 is #B826AD. Grayscale: #9E9E9E. Windows color (decimal): -12068526 or 5429575. OLE color: 5429575.

HSL color Cylindrical-coordinate representation of color #47D952: hue angle of 124.52º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47D952 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 217 82 -
CMYK 0.67 0 0.62 0.15
HSL 124.52º 0.66% 0.56% -
HSV(B) 124.52º 0.67% 0.85% -
XYZ 28.93 51.57 16.41 -
YUV 157.96 85.13 65.98 -
System Red Green Blue C M Y K H S L
Decimal 71 217 82 0.67 0 0.62 0.15 124.52 0.66 0.56
Hex 47 D9 52 43 0 3E F 7D 42 38
Octal 107 331 122 103 0 76 17 175 102 70
Binary 1000111 11011001 1010010 1000011 0 111110 1111 1111101 1000010 111000

Color Harmonies of #47D952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D952

Black with #47D952

Text Example


Text Example

White with #47D952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,217,82); }

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

background-color css

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

 a { background-color: rgb(71,217,82); }

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

border-color css

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

 span { border-color: rgb(71,217,82); }

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