Html Css Color HEX #47DB52 Lime Green

📋 copy color: '#47DB52'

red 71 ◦ green 219 ◦ blue 82

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

Shades of Lime Green #47DB52

Tints of Lime Green #47DB52

RGB

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

 GREEN value IS 219 (85.94% from 255) = 58.87%

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

R = 19.09%
G = 58.87%
B = 22.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#47DB52 (or 0x47DB52) is known color: Lime Green. HEX triplet: 47, DB and 52. RGB value is (71,219,82). Sum of RGB (Red+Green+Blue) = 71+219+82=372 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.09% from 372); Green value is 219 (85.94% from 255 or 58.87% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 219 - color contains mainly: green. Hex color #47DB52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47DB52 is #B824AD. Grayscale: #9F9F9F. Windows color (decimal): -12068014 or 5430087. OLE color: 5430087.

HSL color Cylindrical-coordinate representation of color #47DB52: hue angle of 124.46º degrees, saturation: 0.67, 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 #47DB52 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 219 82 -
CMYK 0.68 0 0.63 0.14
HSL 124.46º 0.67% 0.57% -
HSV(B) 124.46º 0.68% 0.86% -
XYZ 29.45 52.61 16.59 -
YUV 159.13 84.47 65.14 -
System Red Green Blue C M Y K H S L
Decimal 71 219 82 0.68 0 0.63 0.14 124.46 0.67 0.57
Hex 47 DB 52 44 0 3F E 7C 43 39
Octal 107 333 122 104 0 77 16 174 103 71
Binary 1000111 11011011 1010010 1000100 0 111111 1110 1111100 1000011 111001

Color Harmonies of #47DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DB52

Black with #47DB52

Text Example


Text Example

White with #47DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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