Html Css Color HEX #47BD3C Lime Green

📋 copy color: '#47BD3C'

red 71 ◦ green 189 ◦ blue 60

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

Shades of Lime Green #47BD3C

Tints of Lime Green #47BD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.06%

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 22.19%
G = 59.06%
B = 18.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#47BD3C (or 0x47BD3C) is known color: Lime Green. HEX triplet: 47, BD and 3C. RGB value is (71,189,60). Sum of RGB (Red+Green+Blue) = 71+189+60=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #47BD3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BD3C is #B842C3. Grayscale: #8B8B8B. Windows color (decimal): -12075716 or 3980615. OLE color: 3980615.

HSL color Cylindrical-coordinate representation of color #47BD3C: hue angle of 114.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47BD3C is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 189 60 -
CMYK 0.62 0 0.68 0.26
HSL 114.88º 0.52% 0.49% -
HSV(B) 114.88º 0.68% 0.74% -
XYZ 21.61 38.06 10.48 -
YUV 139.01 83.41 79.49 -
System Red Green Blue C M Y K H S L
Decimal 71 189 60 0.62 0 0.68 0.26 114.88 0.52 0.49
Hex 47 BD 3C 3E 0 44 1A 73 34 31
Octal 107 275 74 76 0 104 32 163 64 61
Binary 1000111 10111101 111100 111110 0 1000100 11010 1110011 110100 110001

Color Harmonies of #47BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47BD3C

Black with #47BD3C

Text Example


Text Example

White with #47BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,189,60); }

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

background-color css

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

 a { background-color: rgb(71,189,60); }

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

border-color css

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

 span { border-color: rgb(71,189,60); }

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