#47BF32

Color #47BF32 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #47BF32

Tints of Lime Green #47BF32

Color information

#47BF32 (or 0x47BF32) is unknown color: approx Lime Green. HEX triplet: 47, BF and 32. RGB value is (71,191,50). Sum of RGB (Red+Green+Blue) = 71+191+50=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 191 (75% from 255 or 61.22% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 191 - color contains mainly: green. Hex color #47BF32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47BF32 is #B840CD. Grayscale: #8B8B8B. Windows color (decimal): -12075214 or 3325767. OLE color: 3325767.

HSL color Cylindrical-coordinate representation of color #47BF32: hue angle of 111.06º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #47BF32 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB7119150-
CMYK0.6300.740.25
HSL111.06º58.51%47.25%-
HSV(B)111.06º73.82%74.9%-
XYZ21.8138.839.36-
YUV139.0577.7479.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 191 (75% from 255) = 61.22%
BLUE value IS 50 (19.92% from 255) = 16.03%
R=22.76%
G=61.22%
B=16.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal71191500.6300.740.25111.0658.5147.25
Hex47BF323F04A196f3b2f
Octal10727762770112311577357
Binary10001111011111111001011111101001010110011101111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47BF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,191,50); }

 H1.HeaderClassName
 {
   color: #47BF32;
 }
 .AnyTagClassName
 {
   color: #47BF32;
 }
</style>
background-color css

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

 a { background-color: rgb(71,191,50); }

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

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

 span { border-color: rgb(71,191,50); }

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