Html Css Color HEX #47CC3D Lime Green

📋 copy color: '#47CC3D'

red 71 ◦ green 204 ◦ blue 61

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

Shades of Lime Green #47CC3D

Tints of Lime Green #47CC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 60.71%

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 21.13%
G = 60.71%
B = 18.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#47CC3D (or 0x47CC3D) is known color: Lime Green. HEX triplet: 47, CC and 3D. RGB value is (71,204,61). Sum of RGB (Red+Green+Blue) = 71+204+61=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #47CC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CC3D is #B833C2. Grayscale: #949494. Windows color (decimal): -12071875 or 4049991. OLE color: 4049991.

HSL color Cylindrical-coordinate representation of color #47CC3D: hue angle of 115.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47CC3D is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 204 61 -
CMYK 0.65 0 0.70 0.2
HSL 115.8º 0.58% 0.52% -
HSV(B) 115.8º 0.7% 0.8% -
XYZ 25.03 44.86 11.75 -
YUV 147.93 78.94 73.13 -
System Red Green Blue C M Y K H S L
Decimal 71 204 61 0.65 0 0.70 0.2 115.8 0.58 0.52
Hex 47 CC 3D 41 0 46 14 74 3A 34
Octal 107 314 75 101 0 106 24 164 72 64
Binary 1000111 11001100 111101 1000001 0 1000110 10100 1110100 111010 110100

Color Harmonies of #47CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47CC3D

Black with #47CC3D

Text Example


Text Example

White with #47CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,204,61); }

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

background-color css

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

 a { background-color: rgb(71,204,61); }

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

border-color css

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

 span { border-color: rgb(71,204,61); }

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