Html Css Color HEX #47CB48 Lime Green

📋 copy color: '#47CB48'

red 71 ◦ green 203 ◦ blue 72

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

Shades of Lime Green #47CB48

Tints of Lime Green #47CB48

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.67%

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

R = 20.52%
G = 58.67%
B = 20.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#47CB48 (or 0x47CB48) is known color: Lime Green. HEX triplet: 47, CB and 48. RGB value is (71,203,72). Sum of RGB (Red+Green+Blue) = 71+203+72=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 203 (79.69% from 255 or 58.67% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CB48 is #B834B7. Grayscale: #949494. Windows color (decimal): -12072120 or 4770631. OLE color: 4770631.

HSL color Cylindrical-coordinate representation of color #47CB48: hue angle of 120.45º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CB48 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 203 72 -
CMYK 0.65 0 0.65 0.20
HSL 120.45º 0.56% 0.54% -
HSV(B) 120.45º 0.65% 0.8% -
XYZ 25.12 44.52 13.4 -
YUV 148.6 84.77 72.65 -
System Red Green Blue C M Y K H S L
Decimal 71 203 72 0.65 0 0.65 0.20 120.45 0.56 0.54
Hex 47 CB 48 41 0 41 14 78 38 36
Octal 107 313 110 101 0 101 24 170 70 66
Binary 1000111 11001011 1001000 1000001 0 1000001 10100 1111000 111000 110110

Color Harmonies of #47CB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CB48

Black with #47CB48

Text Example


Text Example

White with #47CB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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