Html Css Color HEX #47D048 Lime Green

📋 copy color: '#47D048'

red 71 ◦ green 208 ◦ blue 72

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

Shades of Lime Green #47D048

Tints of Lime Green #47D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.26%

 BLUE value IS 72 (28.52% from 255) = 20.51%

R = 20.23%
G = 59.26%
B = 20.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#47D048 (or 0x47D048) is known color: Lime Green. HEX triplet: 47, D0 and 48. RGB value is (71,208,72). Sum of RGB (Red+Green+Blue) = 71+208+72=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #47D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D048 is #B82FB7. Grayscale: #979797. Windows color (decimal): -12070840 or 4771911. OLE color: 4771911.

HSL color Cylindrical-coordinate representation of color #47D048: hue angle of 120.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #47D048 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 71 208 72 -
CMYK 0.66 0 0.65 0.18
HSL 120.44º 0.59% 0.55% -
HSV(B) 120.44º 0.66% 0.82% -
XYZ 26.32 46.92 13.8 -
YUV 151.53 83.11 70.56 -
System Red Green Blue C M Y K H S L
Decimal 71 208 72 0.66 0 0.65 0.18 120.44 0.59 0.55
Hex 47 D0 48 42 0 41 12 78 3B 37
Octal 107 320 110 102 0 101 22 170 73 67
Binary 1000111 11010000 1001000 1000010 0 1000001 10010 1111000 111011 110111

Color Harmonies of #47D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47D048

Black with #47D048

Text Example


Text Example

White with #47D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,208,72); }

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

background-color css

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

 a { background-color: rgb(71,208,72); }

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

border-color css

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

 span { border-color: rgb(71,208,72); }

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